#385262

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

Shades of Cello #385262

Tints of Cello #385262

Color information

#385262 (or 0x385262) is unknown color: approx Cello. HEX triplet: 38, 52 and 62. RGB value is (56,82,98). Sum of RGB (Red+Green+Blue) = 56+82+98=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #385262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385262 is #C7AD9D. Grayscale: #4B4B4B. Windows color (decimal): -13086110 or 6443576. OLE color: 6443576.

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

Color convert

RGB568298-
CMYK0.430.1600.62
HSL202.86º27.27%30.2%-
HSV(B)202.86º42.86%38.43%-
XYZ6.857.7612.69-
YUV76.05140.39113.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=23.73%
G=34.75%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5682980.430.1600.62202.8627.2730.2
Hex3852622B1003Ecb1b1e
Octal7012214253200763133336
Binary11100010100101100010101011100000111110110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385262; }

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

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

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

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

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

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

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

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