#3f53ce

Color #3F53CE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3F53CE

Tints of Free Speech Blue #3F53CE

Color information

#3F53CE (or 0x3F53CE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 53 and CE. RGB value is (63,83,206). Sum of RGB (Red+Green+Blue) = 63+83+206=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F53CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F53CE is #C0AC31. Grayscale: #5A5A5A. Windows color (decimal): -12626994 or 13521727. OLE color: 13521727.

HSL color Cylindrical-coordinate representation of color #3F53CE: hue angle of 231.61º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F53CE is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6383206-
CMYK0.690.6000.19
HSL231.61º59.34%52.75%-
HSV(B)231.61º69.42%80.78%-
XYZ16.2811.759.79-
YUV91.04192.87108-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.90%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=17.90%
G=23.58%
B=58.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63832060.690.6000.19231.6159.3452.75
Hex3F53CE453C013e83b35
Octal77123316105740233507365
Binary111111101001111001110100010111110001001111101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f53ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f53ce; }

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

 H1.HeaderClassName
 {
   color: #3f53ce;
 }
 .AnyTagClassName
 {
   color: #3f53ce;
 }
</style>
background-color css

<style>
 a { background-color: #3f53ce; }

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

 div.DivClassName
 {
   background-color: #3f53ce;
 }
 .BgClassName
 {
   background-color: #3f53ce;
 }
</style>
border-color css

<style>
 span { border-color: #3f53ce; }

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

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