#363ED8

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

Shades of Free Speech Blue #363ED8

Tints of Free Speech Blue #363ED8

Color information

#363ED8 (or 0x363ED8) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3E and D8. RGB value is (54,62,216). Sum of RGB (Red+Green+Blue) = 54+62+216=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #363ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ED8 is #C9C127. Grayscale: #4C4C4C. Windows color (decimal): -13222184 or 14171702. OLE color: 14171702.

HSL color Cylindrical-coordinate representation of color #363ED8: hue angle of 237.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363ED8 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5462216-
CMYK0.750.7100.15
HSL237.04º67.5%52.94%-
HSV(B)237.04º75%84.71%-
XYZ15.649.1965.91-
YUV77.16206.35111.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 216 (84.77% from 255) = 65.06%
R=16.27%
G=18.67%
B=65.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal54622160.750.7100.15237.0467.552.94
Hex363ED84B470Fed4435
Octal667633011310701735510465
Binary110110111110110110001001011100011101111111011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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