Html Css Color HEX #3542DD Free Speech Blue

📋 copy color: '#3542DD'

red 53 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Blue #3542DD

Tints of Free Speech Blue #3542DD

RGB

 RED value IS 53 (21.09% from 255) = 15.59%

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 15.59%
G = 19.41%
B = 65%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3542DD (or 0x3542DD) is known color: Free Speech Blue. HEX triplet: 35, 42 and DD. RGB value is (53,66,221). Sum of RGB (Red+Green+Blue) = 53+66+221=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #3542DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3542DD is #CABD22. Grayscale: #4F4F4F. Windows color (decimal): -13286691 or 14500405. OLE color: 14500405.

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

Color convert

RGB 53 66 221 -
CMYK 0.76 0.70 0 0.13
HSL 235.36º 0.71% 0.54% -
HSV(B) 235.36º 0.76% 0.87% -
XYZ 16.47 9.87 69.44 -
YUV 79.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 53 66 221 0.76 0.70 0 0.13 235.36 0.71 0.54
Hex 35 42 DD 4C 46 0 D EB 47 36
Octal 65 102 335 114 106 0 15 353 107 66
Binary 110101 1000010 11011101 1001100 1000110 0 1101 11101011 1000111 110110

Color Harmonies of #3542DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3542DD

Black with #3542DD

Text Example


Text Example

White with #3542DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,66,221); }

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

background-color css

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

 a { background-color: rgb(53,66,221); }

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

border-color css

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

 span { border-color: rgb(53,66,221); }

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