#3F35CB

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

Shades of Free Speech Blue #3F35CB

Tints of Free Speech Blue #3F35CB

Color information

#3F35CB (or 0x3F35CB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 35 and CB. RGB value is (63,53,203). Sum of RGB (Red+Green+Blue) = 63+53+203=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F35CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35CB is #C0CA34. Grayscale: #484848. Windows color (decimal): -12634677 or 13317439. OLE color: 13317439.

HSL color Cylindrical-coordinate representation of color #3F35CB: hue angle of 244º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F35CB is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6353203-
CMYK0.690.7400.20
HSL244º59.06%50.2%-
HSV(B)244º73.89%79.61%-
XYZ14.17.9157.28-
YUV73.09201.31120.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 203 (79.69% from 255) = 63.64%
R=19.75%
G=16.61%
B=63.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63532030.690.7400.2024459.0650.2
Hex3F35CB454A014f43b32
Octal77653131051120243647362
Binary111111110101110010111000101100101001010011110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F35CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,203); }

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

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

 a { background-color: rgb(63,53,203); }

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

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

 span { border-color: rgb(63,53,203); }

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