Html Css Color HEX #3541DD Free Speech Blue

📋 copy color: '#3541DD'

red 53 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Blue #3541DD

Tints of Free Speech Blue #3541DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 15.63%
G = 19.17%
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

#3541DD (or 0x3541DD) is known color: Free Speech Blue. HEX triplet: 35, 41 and DD. RGB value is (53,65,221). Sum of RGB (Red+Green+Blue) = 53+65+221=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 65 (25.78% from 255 or 19.17% 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 #3541DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3541DD is #CABE22. Grayscale: #4E4E4E. Windows color (decimal): -13286947 or 14500149. OLE color: 14500149.

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

Color convert

RGB 53 65 221 -
CMYK 0.76 0.71 0 0.13
HSL 235.71º 0.71% 0.54% -
HSV(B) 235.71º 0.76% 0.87% -
XYZ 16.41 9.76 69.43 -
YUV 79.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 53 65 221 0.76 0.71 0 0.13 235.71 0.71 0.54
Hex 35 41 DD 4C 47 0 D EC 47 36
Octal 65 101 335 114 107 0 15 354 107 66
Binary 110101 1000001 11011101 1001100 1000111 0 1101 11101100 1000111 110110

Color Harmonies of #3541DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3541DD

Black with #3541DD

Text Example


Text Example

White with #3541DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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