#4364C3

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

Shades of Free Speech Blue #4364C3

Tints of Free Speech Blue #4364C3

Color information

#4364C3 (or 0x4364C3) is unknown color: approx Free Speech Blue. HEX triplet: 43, 64 and C3. RGB value is (67,100,195). Sum of RGB (Red+Green+Blue) = 67+100+195=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #4364C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364C3 is #BC9B3C. Grayscale: #646464. Windows color (decimal): -12360509 or 12805187. OLE color: 12805187.

HSL color Cylindrical-coordinate representation of color #4364C3: hue angle of 224.53º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4364C3 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB67100195-
CMYK0.660.4900.24
HSL224.53º51.61%51.37%-
HSV(B)224.53º65.64%76.47%-
XYZ16.7214.2553.5-
YUV100.96181.07103.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.51%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 195 (76.56% from 255) = 53.87%
R=18.51%
G=27.62%
B=53.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671001950.660.4900.24224.5351.6151.37
Hex4364C34231018e13433
Octal103144303102610303416463
Binary1000011110010011000011100001011000101100011100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4364C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4364C3; }

 p { color: rgb(67,100,195); }

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

<style>
 a { background-color: #4364C3; }

 a { background-color: rgb(67,100,195); }

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

<style>
 span { border-color: #4364C3; }

 span { border-color: rgb(67,100,195); }

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