#38526F

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

Shades of Cello #38526F

Tints of Cello #38526F

Color information

#38526F (or 0x38526F) is unknown color: approx Cello. HEX triplet: 38, 52 and 6F. RGB value is (56,82,111). Sum of RGB (Red+Green+Blue) = 56+82+111=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #38526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38526F is #C7AD90. Grayscale: #4D4D4D. Windows color (decimal): -13086097 or 7295544. OLE color: 7295544.

HSL color Cylindrical-coordinate representation of color #38526F: hue angle of 211.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38526F is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5682111-
CMYK0.500.2600.56
HSL211.64º32.93%32.75%-
HSV(B)211.64º49.55%43.53%-
XYZ7.528.0216.19-
YUV77.53146.89112.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=22.49%
G=32.93%
B=44.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56821110.500.2600.56211.6432.9332.75
Hex38526F321A038d42121
Octal7012215762320703244141
Binary1110001010010110111111001011010011100011010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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