Html Css Color HEX #3640DD Free Speech Blue

📋 copy color: '#3640DD'

red 54 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Blue #3640DD

Tints of Free Speech Blue #3640DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 15.93%
G = 18.88%
B = 65.19%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3640DD (or 0x3640DD) is known color: Free Speech Blue. HEX triplet: 36, 40 and DD. RGB value is (54,64,221). Sum of RGB (Red+Green+Blue) = 54+64+221=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #3640DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640DD is #C9BF22. Grayscale: #4E4E4E. Windows color (decimal): -13221667 or 14499894. OLE color: 14499894.

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

Color convert

RGB 54 64 221 -
CMYK 0.76 0.71 0 0.13
HSL 236.41º 0.71% 0.54% -
HSV(B) 236.41º 0.76% 0.87% -
XYZ 16.41 9.67 69.41 -
YUV 78.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 54 64 221 0.76 0.71 0 0.13 236.41 0.71 0.54
Hex 36 40 DD 4C 47 0 D EC 47 36
Octal 66 100 335 114 107 0 15 354 107 66
Binary 110110 1000000 11011101 1001100 1000111 0 1101 11101100 1000111 110110

Color Harmonies of #3640DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640DD

Black with #3640DD

Text Example


Text Example

White with #3640DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3640DD; }

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

 H1.HeaderClassName
 {
   color: #3640DD;
 }
 .AnyTagClassName
 {
   color: #3640DD;
 }
</style>

background-color css

<style>
 a { background-color: #3640DD; }

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

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

border-color css

<style>
 span { border-color: #3640DD; }

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

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