#385261

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

Shades of Cello #385261

Tints of Cello #385261

Color information

#385261 (or 0x385261) is unknown color: approx Cello. HEX triplet: 38, 52 and 61. RGB value is (56,82,97). Sum of RGB (Red+Green+Blue) = 56+82+97=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #385261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385261 is #C7AD9E. Grayscale: #4B4B4B. Windows color (decimal): -13086111 or 6378040. OLE color: 6378040.

HSL color Cylindrical-coordinate representation of color #385261: hue angle of 201.95º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385261 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568297-
CMYK0.420.1500.62
HSL201.95º26.8%30%-
HSV(B)201.95º42.27%38.04%-
XYZ6.817.7412.44-
YUV75.94139.89113.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=23.83%
G=34.89%
B=41.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5682970.420.1500.62201.9526.830
Hex3852612AF03Eca1b1e
Octal7012214152170763123336
Binary1110001010010110000110101011110111110110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385261; }

 p { color: rgb(56,82,97); }

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

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

 a { background-color: rgb(56,82,97); }

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

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

 span { border-color: rgb(56,82,97); }

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