Html Css Color HEX #363CDE Free Speech Blue

📋 copy color: '#363CDE'

red 54 ◦ green 60 ◦ blue 222

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

Shades of Free Speech Blue #363CDE

Tints of Free Speech Blue #363CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 16.07%
G = 17.86%
B = 66.07%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#363CDE (or 0x363CDE) is known color: Free Speech Blue. HEX triplet: 36, 3C and DE. RGB value is (54,60,222). Sum of RGB (Red+Green+Blue) = 54+60+222=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #363CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CDE is #C9C321. Grayscale: #4C4C4C. Windows color (decimal): -13222690 or 14564406. OLE color: 14564406.

HSL color Cylindrical-coordinate representation of color #363CDE: hue angle of 237.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363CDE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 60 222 -
CMYK 0.76 0.73 0 0.13
HSL 237.86º 0.72% 0.54% -
HSV(B) 237.86º 0.76% 0.87% -
XYZ 16.32 9.29 70.04 -
YUV 76.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 54 60 222 0.76 0.73 0 0.13 237.86 0.72 0.54
Hex 36 3C DE 4C 49 0 D EE 48 36
Octal 66 74 336 114 111 0 15 356 110 66
Binary 110110 111100 11011110 1001100 1001001 0 1101 11101110 1001000 110110

Color Harmonies of #363CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CDE

Black with #363CDE

Text Example


Text Example

White with #363CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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