#3F5368

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

Shades of Cello #3F5368

Tints of Cello #3F5368

Color information

#3F5368 (or 0x3F5368) is unknown color: approx Cello. HEX triplet: 3F, 53 and 68. RGB value is (63,83,104). Sum of RGB (Red+Green+Blue) = 63+83+104=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F5368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5368 is #C0AC97. Grayscale: #4F4F4F. Windows color (decimal): -12627096 or 6837055. OLE color: 6837055.

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

Color convert

RGB6383104-
CMYK0.390.2000.59
HSL210.73º24.55%32.75%-
HSV(B)210.73º39.42%40.78%-
XYZ7.648.2414.28-
YUV79.41141.87116.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=25.2%
G=33.2%
B=41.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63831040.390.2000.59210.7324.5532.75
Hex3F5368271403Bd31921
Octal7712315047240733233141
Binary111111101001111010001001111010001110111101001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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