#385269

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

Shades of Cello #385269

Tints of Cello #385269

Color information

#385269 (or 0x385269) is unknown color: approx Cello. HEX triplet: 38, 52 and 69. RGB value is (56,82,105). Sum of RGB (Red+Green+Blue) = 56+82+105=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #385269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385269 is #C7AD96. Grayscale: #4C4C4C. Windows color (decimal): -13086103 or 6902328. OLE color: 6902328.

HSL color Cylindrical-coordinate representation of color #385269: hue angle of 208.16º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385269 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5682105-
CMYK0.470.2200.59
HSL208.16º30.43%31.57%-
HSV(B)208.16º46.67%41.18%-
XYZ7.27.914.51-
YUV76.85143.89113.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=23.05%
G=33.74%
B=43.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56821050.470.2200.59208.1630.4331.57
Hex3852692F1603Bd01e20
Octal7012215157260733203640
Binary111000101001011010011011111011001110111101000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385269; }

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

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

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

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

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

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

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

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