Html Css Color HEX #364DDD Free Speech Blue

📋 copy color: '#364DDD'

red 54 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #364DDD

Tints of Free Speech Blue #364DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 15.34%
G = 21.88%
B = 62.78%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#364DDD (or 0x364DDD) is known color: Free Speech Blue. HEX triplet: 36, 4D and DD. RGB value is (54,77,221). Sum of RGB (Red+Green+Blue) = 54+77+221=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #364DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DDD is #C9B222. Grayscale: #555555. Windows color (decimal): -13218339 or 14503222. OLE color: 14503222.

HSL color Cylindrical-coordinate representation of color #364DDD: hue angle of 231.74º degrees, saturation: 0.71, 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 #364DDD is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 77 221 -
CMYK 0.76 0.65 0 0.13
HSL 231.74º 0.71% 0.54% -
HSV(B) 231.74º 0.76% 0.87% -
XYZ 17.23 11.31 69.68 -
YUV 86.54 203.88 104.79 -
System Red Green Blue C M Y K H S L
Decimal 54 77 221 0.76 0.65 0 0.13 231.74 0.71 0.54
Hex 36 4D DD 4C 41 0 D E8 47 36
Octal 66 115 335 114 101 0 15 350 107 66
Binary 110110 1001101 11011101 1001100 1000001 0 1101 11101000 1000111 110110

Color Harmonies of #364DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DDD

Black with #364DDD

Text Example


Text Example

White with #364DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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