#3F5469

Color #3F5469 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #3F5469

Tints of Cello #3F5469

Color information

#3F5469 (or 0x3F5469) is unknown color: approx Cello. HEX triplet: 3F, 54 and 69. RGB value is (63,84,105). Sum of RGB (Red+Green+Blue) = 63+84+105=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F5469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5469 is #C0AB96. Grayscale: #505050. Windows color (decimal): -12626839 or 6902847. OLE color: 6902847.

HSL color Cylindrical-coordinate representation of color #3F5469: hue angle of 210º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F5469 is Cyan = 0.4, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6384105-
CMYK0.40.2000.59
HSL210º25%32.94%-
HSV(B)210º40%41.18%-
XYZ7.778.4214.58-
YUV80.11142.04115.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63841050.40.2000.592102532.94
Hex3F5469281403Bd21921
Octal7712415150240733223141
Binary111111101010011010011010001010001110111101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,105); }

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

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

 a { background-color: rgb(63,84,105); }

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

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

 span { border-color: rgb(63,84,105); }

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