#4362cd

Color #4362CD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4362CD

Tints of Free Speech Blue #4362CD

Color information

#4362CD (or 0x4362CD) is unknown color: approx Free Speech Blue. HEX triplet: 43, 62 and CD. RGB value is (67,98,205). Sum of RGB (Red+Green+Blue) = 67+98+205=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #4362CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4362CD is #BC9D32. Grayscale: #646464. Windows color (decimal): -12361011 or 13460035. OLE color: 13460035.

HSL color Cylindrical-coordinate representation of color #4362CD: hue angle of 226.52º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4362CD is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6798205-
CMYK0.670.5200.20
HSL226.52º57.98%53.33%-
HSV(B)226.52º67.32%80.39%-
XYZ17.714.3459.59-
YUV100.93186.73103.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 18.11%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=18.11%
G=26.49%
B=55.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal67982050.670.5200.20226.5257.9853.33
Hex4362CD4334014e33a35
Octal103142315103640243437265
Binary1000011110001011001101100001111010001010011100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4362cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4362cd; }

 p { color: rgb(67,98,205); }

 H1.HeaderClassName
 {
   color: #4362cd;
 }
 .AnyTagClassName
 {
   color: #4362cd;
 }
</style>
background-color css

<style>
 a { background-color: #4362cd; }

 a { background-color: rgb(67,98,205); }

 div.DivClassName
 {
   background-color: #4362cd;
 }
 .BgClassName
 {
   background-color: #4362cd;
 }
</style>
border-color css

<style>
 span { border-color: #4362cd; }

 span { border-color: rgb(67,98,205); }

 td.TdClassName
 {
   border-color: #4362cd;
 }
 .TagClassName
 {
   border-color: #4362cd;
 }
</style>