Html Css Color HEX #364DCD Free Speech Blue

📋 copy color: '#364DCD'

red 54 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #364DCD

Tints of Free Speech Blue #364DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

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

R = 16.07%
G = 22.92%
B = 61.01%

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

#364DCD (or 0x364DCD) is known color: Free Speech Blue. HEX triplet: 36, 4D and CD. RGB value is (54,77,205). Sum of RGB (Red+Green+Blue) = 54+77+205=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #364DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DCD is #C9B232. Grayscale: #545454. Windows color (decimal): -13218355 or 13454646. OLE color: 13454646.

HSL color Cylindrical-coordinate representation of color #364DCD: hue angle of 230.86º 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 #364DCD is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 77 205 -
CMYK 0.74 0.62 0 0.20
HSL 230.86º 0.6% 0.51% -
HSV(B) 230.86º 0.74% 0.8% -
XYZ 15.19 10.5 58.98 -
YUV 84.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 54 77 205 0.74 0.62 0 0.20 230.86 0.6 0.51
Hex 36 4D CD 4A 3E 0 14 E7 3C 33
Octal 66 115 315 112 76 0 24 347 74 63
Binary 110110 1001101 11001101 1001010 111110 0 10100 11100111 111100 110011

Color Harmonies of #364DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DCD

Black with #364DCD

Text Example


Text Example

White with #364DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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