#3F59CB

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

Shades of Free Speech Blue #3F59CB

Tints of Free Speech Blue #3F59CB

Color information

#3F59CB (or 0x3F59CB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 59 and CB. RGB value is (63,89,203). Sum of RGB (Red+Green+Blue) = 63+89+203=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F59CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59CB is #C0A634. Grayscale: #5D5D5D. Windows color (decimal): -12625461 or 13326655. OLE color: 13326655.

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

Color convert

RGB6389203-
CMYK0.690.5600.20
HSL228.86º57.38%52.16%-
HSV(B)228.86º68.97%79.61%-
XYZ16.412.5158.05-
YUV94.22189.39105.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.75%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 203 (79.69% from 255) = 57.18%
R=17.75%
G=25.07%
B=57.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63892030.690.5600.20228.8657.3852.16
Hex3F59CB4538014e53934
Octal77131313105700243457164
Binary111111101100111001011100010111100001010011100101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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