Html Css Color HEX #363ED8 Free Speech Blue

📋 copy color: '#363ED8'

red 54 ◦ green 62 ◦ blue 216

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

Shades of Free Speech Blue #363ED8

Tints of Free Speech Blue #363ED8

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 value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#363ED8 (or 0x363ED8) is known color: 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

RGB 54 62 216 -
CMYK 0.75 0.71 0 0.15
HSL 237.04º 0.68% 0.53% -
HSV(B) 237.04º 0.75% 0.85% -
XYZ 15.64 9.19 65.91 -
YUV 77.16 206.35 111.48 -
System Red Green Blue C M Y K H S L
Decimal 54 62 216 0.75 0.71 0 0.15 237.04 0.68 0.53
Hex 36 3E D8 4B 47 0 F ED 44 35
Octal 66 76 330 113 107 0 17 355 104 65
Binary 110110 111110 11011000 1001011 1000111 0 1111 11101101 1000100 110101

Color Harmonies of #363ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ED8

Black with #363ED8

Text Example


Text Example

White with #363ED8

Text Example


Text Example

HTML Codes & Css Web 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>