#363EC8

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

Shades of Free Speech Blue #363EC8

Tints of Free Speech Blue #363EC8

Color information

#363EC8 (or 0x363EC8) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3E and C8. RGB value is (54,62,200). Sum of RGB (Red+Green+Blue) = 54+62+200=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #363EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EC8 is #C9C137. Grayscale: #4A4A4A. Windows color (decimal): -13222200 or 13123126. OLE color: 13123126.

HSL color Cylindrical-coordinate representation of color #363EC8: hue angle of 236.71º 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 #363EC8 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5462200-
CMYK0.730.6900.22
HSL236.71º57.48%49.8%-
HSV(B)236.71º73%78.43%-
XYZ13.678.455.54-
YUV75.34198.35112.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 200 (78.52% from 255) = 63.29%
R=17.09%
G=19.62%
B=63.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54622000.730.6900.22236.7157.4849.8
Hex363EC84945016ed3932
Octal66763101111050263557162
Binary110110111110110010001001001100010101011011101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363EC8; }

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

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

<style>
 a { background-color: #363EC8; }

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

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

<style>
 span { border-color: #363EC8; }

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

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