Html Css Color HEX #3557D8 Free Speech Blue

📋 copy color: '#3557D8'

red 53 ◦ green 87 ◦ blue 216

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

Shades of Free Speech Blue #3557D8

Tints of Free Speech Blue #3557D8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

 BLUE value IS 216 (84.77% from 255) = 60.67%

R = 14.89%
G = 24.44%
B = 60.67%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3557D8 (or 0x3557D8) is known color: Free Speech Blue. HEX triplet: 35, 57 and D8. RGB value is (53,87,216). Sum of RGB (Red+Green+Blue) = 53+87+216=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #3557D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3557D8 is #CAA827. Grayscale: #5A5A5A. Windows color (decimal): -13281320 or 14178101. OLE color: 14178101.

HSL color Cylindrical-coordinate representation of color #3557D8: hue angle of 227.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3557D8 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 87 216 -
CMYK 0.75 0.60 0 0.15
HSL 227.48º 0.68% 0.53% -
HSV(B) 227.48º 0.75% 0.85% -
XYZ 17.27 12.53 66.47 -
YUV 91.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 53 87 216 0.75 0.60 0 0.15 227.48 0.68 0.53
Hex 35 57 D8 4B 3C 0 F E3 44 35
Octal 65 127 330 113 74 0 17 343 104 65
Binary 110101 1010111 11011000 1001011 111100 0 1111 11100011 1000100 110101

Color Harmonies of #3557D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3557D8

Black with #3557D8

Text Example


Text Example

White with #3557D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3557D8; }

 p { color: rgb(53,87,216); }

 H1.HeaderClassName
 {
   color: #3557D8;
 }
 .AnyTagClassName
 {
   color: #3557D8;
 }
</style>

background-color css

<style>
 a { background-color: #3557D8; }

 a { background-color: rgb(53,87,216); }

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

border-color css

<style>
 span { border-color: #3557D8; }

 span { border-color: rgb(53,87,216); }

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