Html Css Color HEX #363CE0 Free Speech Blue

📋 copy color: '#363CE0'

red 54 ◦ green 60 ◦ blue 224

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

Shades of Free Speech Blue #363CE0

Tints of Free Speech Blue #363CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 15.98%
G = 17.75%
B = 66.27%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#363CE0 (or 0x363CE0) is known color: Free Speech Blue. HEX triplet: 36, 3C and E0. RGB value is (54,60,224). Sum of RGB (Red+Green+Blue) = 54+60+224=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #363CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CE0 is #C9C31F. Grayscale: #4C4C4C. Windows color (decimal): -13222688 or 14695478. OLE color: 14695478.

HSL color Cylindrical-coordinate representation of color #363CE0: hue angle of 237.88º 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 #363CE0 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 60 224 -
CMYK 0.76 0.73 0 0.12
HSL 237.88º 0.73% 0.55% -
HSV(B) 237.88º 0.76% 0.88% -
XYZ 16.59 9.4 71.46 -
YUV 76.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 54 60 224 0.76 0.73 0 0.12 237.88 0.73 0.55
Hex 36 3C E0 4C 49 0 C EE 49 37
Octal 66 74 340 114 111 0 14 356 111 67
Binary 110110 111100 11100000 1001100 1001001 0 1100 11101110 1001001 110111

Color Harmonies of #363CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CE0

Black with #363CE0

Text Example


Text Example

White with #363CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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