Html Css Color HEX #3953CA Free Speech Blue

📋 copy color: '#3953CA'

red 57 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Blue #3953CA

Tints of Free Speech Blue #3953CA

RGB

 RED value IS 57 (22.66% from 255) = 16.67%

 GREEN value IS 83 (32.81% from 255) = 24.27%

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

R = 16.67%
G = 24.27%
B = 59.06%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3953CA (or 0x3953CA) is known color: Free Speech Blue. HEX triplet: 39, 53 and CA. RGB value is (57,83,202). Sum of RGB (Red+Green+Blue) = 57+83+202=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 83 (32.81% from 255 or 24.27% 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 #3953CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3953CA is #C6AC35. Grayscale: #585858. Windows color (decimal): -13020214 or 13259577. OLE color: 13259577.

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

Color convert

RGB 57 83 202 -
CMYK 0.72 0.59 0 0.21
HSL 229.24º 0.58% 0.51% -
HSV(B) 229.24º 0.72% 0.79% -
XYZ 15.44 11.32 57.25 -
YUV 88.79 191.89 105.32 -
System Red Green Blue C M Y K H S L
Decimal 57 83 202 0.72 0.59 0 0.21 229.24 0.58 0.51
Hex 39 53 CA 48 3B 0 15 E5 3A 33
Octal 71 123 312 110 73 0 25 345 72 63
Binary 111001 1010011 11001010 1001000 111011 0 10101 11100101 111010 110011

Color Harmonies of #3953CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3953CA

Black with #3953CA

Text Example


Text Example

White with #3953CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,83,202); }

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

background-color css

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

 a { background-color: rgb(57,83,202); }

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

border-color css

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

 span { border-color: rgb(57,83,202); }

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