#363ECD

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

Shades of Free Speech Blue #363ECD

Tints of Free Speech Blue #363ECD

Color information

#363ECD (or 0x363ECD) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3E and CD. RGB value is (54,62,205). Sum of RGB (Red+Green+Blue) = 54+62+205=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #363ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ECD is #C9C132. Grayscale: #4B4B4B. Windows color (decimal): -13222195 or 13450806. OLE color: 13450806.

HSL color Cylindrical-coordinate representation of color #363ECD: hue angle of 236.82º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363ECD is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5462205-
CMYK0.740.7000.20
HSL236.82º60.16%50.78%-
HSV(B)236.82º73.66%80.39%-
XYZ14.268.6458.67-
YUV75.91200.85112.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=16.82%
G=19.31%
B=63.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54622050.740.7000.20236.8260.1650.78
Hex363ECD4A46014ed3c33
Octal66763151121060243557463
Binary110110111110110011011001010100011001010011101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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