Html Css Color HEX #3953CE Free Speech Blue

📋 copy color: '#3953CE'

red 57 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Blue #3953CE

Tints of Free Speech Blue #3953CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 16.47%
G = 23.99%
B = 59.54%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3953CE (or 0x3953CE) is known color: Free Speech Blue. HEX triplet: 39, 53 and CE. RGB value is (57,83,206). Sum of RGB (Red+Green+Blue) = 57+83+206=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #3953CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3953CE is #C6AC31. Grayscale: #585858. Windows color (decimal): -13020210 or 13521721. OLE color: 13521721.

HSL color Cylindrical-coordinate representation of color #3953CE: hue angle of 229.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3953CE is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 83 206 -
CMYK 0.72 0.60 0 0.19
HSL 229.53º 0.6% 0.52% -
HSV(B) 229.53º 0.72% 0.81% -
XYZ 15.92 11.51 59.78 -
YUV 89.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 57 83 206 0.72 0.60 0 0.19 229.53 0.6 0.52
Hex 39 53 CE 48 3C 0 13 E6 3C 34
Octal 71 123 316 110 74 0 23 346 74 64
Binary 111001 1010011 11001110 1001000 111100 0 10011 11100110 111100 110100

Color Harmonies of #3953CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3953CE

Black with #3953CE

Text Example


Text Example

White with #3953CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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