Html Css Color HEX #363BE0 Free Speech Blue

📋 copy color: '#363BE0'

red 54 ◦ green 59 ◦ blue 224

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

Shades of Free Speech Blue #363BE0

Tints of Free Speech Blue #363BE0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 224 (87.89% from 255) = 66.47%

R = 16.02%
G = 17.51%
B = 66.47%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#363BE0 (or 0x363BE0) is known color: Free Speech Blue. HEX triplet: 36, 3B and E0. RGB value is (54,59,224). Sum of RGB (Red+Green+Blue) = 54+59+224=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #363BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BE0 is #C9C41F. Grayscale: #4B4B4B. Windows color (decimal): -13222944 or 14695222. OLE color: 14695222.

HSL color Cylindrical-coordinate representation of color #363BE0: hue angle of 238.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363BE0 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 59 224 -
CMYK 0.76 0.74 0 0.12
HSL 238.24º 0.73% 0.55% -
HSV(B) 238.24º 0.76% 0.88% -
XYZ 16.54 9.29 71.44 -
YUV 76.32 211.34 112.08 -
System Red Green Blue C M Y K H S L
Decimal 54 59 224 0.76 0.74 0 0.12 238.24 0.73 0.55
Hex 36 3B E0 4C 4A 0 C EE 49 37
Octal 66 73 340 114 112 0 14 356 111 67
Binary 110110 111011 11100000 1001100 1001010 0 1100 11101110 1001001 110111

Color Harmonies of #363BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BE0

Black with #363BE0

Text Example


Text Example

White with #363BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,59,224); }

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

background-color css

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

 a { background-color: rgb(54,59,224); }

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

border-color css

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

 span { border-color: rgb(54,59,224); }

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