Html Css Color HEX #3557CA Free Speech Blue

📋 copy color: '#3557CA'

red 53 ◦ green 87 ◦ blue 202

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

Shades of Free Speech Blue #3557CA

Tints of Free Speech Blue #3557CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.06%

R = 15.5%
G = 25.44%
B = 59.06%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3557CA (or 0x3557CA) is known color: Free Speech Blue. HEX triplet: 35, 57 and CA. RGB value is (53,87,202). Sum of RGB (Red+Green+Blue) = 53+87+202=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #3557CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3557CA is #CAA835. Grayscale: #595959. Windows color (decimal): -13281334 or 13260597. OLE color: 13260597.

HSL color Cylindrical-coordinate representation of color #3557CA: hue angle of 226.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3557CA is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 87 202 -
CMYK 0.74 0.57 0 0.21
HSL 226.31º 0.58% 0.5% -
HSV(B) 226.31º 0.74% 0.79% -
XYZ 15.54 11.84 57.34 -
YUV 89.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 53 87 202 0.74 0.57 0 0.21 226.31 0.58 0.5
Hex 35 57 CA 4A 39 0 15 E2 3A 32
Octal 65 127 312 112 71 0 25 342 72 62
Binary 110101 1010111 11001010 1001010 111001 0 10101 11100010 111010 110010

Color Harmonies of #3557CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3557CA

Black with #3557CA

Text Example


Text Example

White with #3557CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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