Html Css Color HEX #364ECD Free Speech Blue

📋 copy color: '#364ECD'

red 54 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Blue #364ECD

Tints of Free Speech Blue #364ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 16.02%
G = 23.15%
B = 60.83%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#364ECD (or 0x364ECD) is known color: Free Speech Blue. HEX triplet: 36, 4E and CD. RGB value is (54,78,205). Sum of RGB (Red+Green+Blue) = 54+78+205=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #364ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364ECD is #C9B132. Grayscale: #545454. Windows color (decimal): -13218099 or 13454902. OLE color: 13454902.

HSL color Cylindrical-coordinate representation of color #364ECD: hue angle of 230.46º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364ECD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 78 205 -
CMYK 0.74 0.62 0 0.20
HSL 230.46º 0.6% 0.51% -
HSV(B) 230.46º 0.74% 0.8% -
XYZ 15.27 10.64 59.01 -
YUV 85.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 54 78 205 0.74 0.62 0 0.20 230.46 0.6 0.51
Hex 36 4E CD 4A 3E 0 14 E6 3C 33
Octal 66 116 315 112 76 0 24 346 74 63
Binary 110110 1001110 11001101 1001010 111110 0 10100 11100110 111100 110011

Color Harmonies of #364ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364ECD

Black with #364ECD

Text Example


Text Example

White with #364ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364ECD; }

 p { color: rgb(54,78,205); }

 H1.HeaderClassName
 {
   color: #364ECD;
 }
 .AnyTagClassName
 {
   color: #364ECD;
 }
</style>

background-color css

<style>
 a { background-color: #364ECD; }

 a { background-color: rgb(54,78,205); }

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

border-color css

<style>
 span { border-color: #364ECD; }

 span { border-color: rgb(54,78,205); }

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