Html Css Color HEX #363ED0 Free Speech Blue

📋 copy color: '#363ED0'

red 54 ◦ green 62 ◦ blue 208

#363ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #363ED0

Tints of Free Speech Blue #363ED0

RGB

 RED value IS 54 (21.48% from 255) = 16.67%

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 208 (81.64% from 255) = 64.2%

R = 16.67%
G = 19.14%
B = 64.2%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#363ED0 (or 0x363ED0) is known color: Free Speech Blue. HEX triplet: 36, 3E and D0. RGB value is (54,62,208). Sum of RGB (Red+Green+Blue) = 54+62+208=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #363ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ED0 is #C9C12F. Grayscale: #4B4B4B. Windows color (decimal): -13222192 or 13647414. OLE color: 13647414.

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

Color convert

RGB 54 62 208 -
CMYK 0.74 0.70 0 0.18
HSL 236.88º 0.62% 0.51% -
HSV(B) 236.88º 0.74% 0.82% -
XYZ 14.63 8.78 60.6 -
YUV 76.25 202.35 112.13 -
System Red Green Blue C M Y K H S L
Decimal 54 62 208 0.74 0.70 0 0.18 236.88 0.62 0.51
Hex 36 3E D0 4A 46 0 12 ED 3E 33
Octal 66 76 320 112 106 0 22 355 76 63
Binary 110110 111110 11010000 1001010 1000110 0 10010 11101101 111110 110011

Color Harmonies of #363ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ED0

Black with #363ED0

Text Example


Text Example

White with #363ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #363ED0;
 }
 .AnyTagClassName
 {
   color: #363ED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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