Html Css Color HEX #364CDD Free Speech Blue

📋 copy color: '#364CDD'

red 54 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #364CDD

Tints of Free Speech Blue #364CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.65%

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

R = 15.38%
G = 21.65%
B = 62.96%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#364CDD (or 0x364CDD) is known color: Free Speech Blue. HEX triplet: 36, 4C and DD. RGB value is (54,76,221). Sum of RGB (Red+Green+Blue) = 54+76+221=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #364CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CDD is #C9B322. Grayscale: #555555. Windows color (decimal): -13218595 or 14502966. OLE color: 14502966.

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

Color convert

RGB 54 76 221 -
CMYK 0.76 0.66 0 0.13
HSL 232.1º 0.71% 0.54% -
HSV(B) 232.1º 0.76% 0.87% -
XYZ 17.16 11.17 69.66 -
YUV 85.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 54 76 221 0.76 0.66 0 0.13 232.1 0.71 0.54
Hex 36 4C DD 4C 42 0 D E8 47 36
Octal 66 114 335 114 102 0 15 350 107 66
Binary 110110 1001100 11011101 1001100 1000010 0 1101 11101000 1000111 110110

Color Harmonies of #364CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CDD

Black with #364CDD

Text Example


Text Example

White with #364CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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