#38526D

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

Shades of Cello #38526D

Tints of Cello #38526D

Color information

#38526D (or 0x38526D) is unknown color: approx Cello. HEX triplet: 38, 52 and 6D. RGB value is (56,82,109). Sum of RGB (Red+Green+Blue) = 56+82+109=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #38526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38526D is #C7AD92. Grayscale: #4D4D4D. Windows color (decimal): -13086099 or 7164472. OLE color: 7164472.

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

Color convert

RGB5682109-
CMYK0.490.2500.57
HSL210.57º32.12%32.35%-
HSV(B)210.57º48.62%42.75%-
XYZ7.417.9815.62-
YUV77.3145.89112.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=22.67%
G=33.20%
B=44.13%

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
Decimal56821090.490.2500.57210.5732.1232.35
Hex38526D3119039d32020
Octal7012215561310713234040
Binary1110001010010110110111000111001011100111010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38526D; }

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

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

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

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

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

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

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

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