#38536E

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

Shades of Cello #38536E

Tints of Cello #38536E

Color information

#38536E (or 0x38536E) is unknown color: approx Cello. HEX triplet: 38, 53 and 6E. RGB value is (56,83,110). Sum of RGB (Red+Green+Blue) = 56+83+110=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #38536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38536E is #C7AC91. Grayscale: #4D4D4D. Windows color (decimal): -13085842 or 7230264. OLE color: 7230264.

HSL color Cylindrical-coordinate representation of color #38536E: hue angle of 210º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38536E is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5683110-
CMYK0.490.2500.57
HSL210º32.53%32.55%-
HSV(B)210º49.09%43.14%-
XYZ7.548.1515.93-
YUV78.01146.05112.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=22.49%
G=33.33%
B=44.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56831100.490.2500.5721032.5332.55
Hex38536E3119039d22121
Octal7012315661310713224141
Binary1110001010011110111011000111001011100111010010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38536E; }

 p { color: rgb(56,83,110); }

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

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

 a { background-color: rgb(56,83,110); }

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

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

 span { border-color: rgb(56,83,110); }

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