#364CC8

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

Shades of Free Speech Blue #364CC8

Tints of Free Speech Blue #364CC8

Color information

#364CC8 (or 0x364CC8) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4C and C8. RGB value is (54,76,200). Sum of RGB (Red+Green+Blue) = 54+76+200=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #364CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CC8 is #C9B337. Grayscale: #535353. Windows color (decimal): -13218616 or 13126710. OLE color: 13126710.

HSL color Cylindrical-coordinate representation of color #364CC8: hue angle of 230.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364CC8 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5476200-
CMYK0.730.6200.22
HSL230.96º57.48%49.8%-
HSV(B)230.96º73%78.43%-
XYZ14.5310.1255.83-
YUV83.56193.71106.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 200 (78.52% from 255) = 60.61%
R=16.36%
G=23.03%
B=60.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54762000.730.6200.22230.9657.4849.8
Hex364CC8493E016e73932
Octal66114310111760263477162
Binary110110100110011001000100100111111001011011100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364CC8; }

 p { color: rgb(54,76,200); }

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

<style>
 a { background-color: #364CC8; }

 a { background-color: rgb(54,76,200); }

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

<style>
 span { border-color: #364CC8; }

 span { border-color: rgb(54,76,200); }

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