#38485B

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

Shades of Cello #38485B

Tints of Cello #38485B

Color information

#38485B (or 0x38485B) is unknown color: approx Cello. HEX triplet: 38, 48 and 5B. RGB value is (56,72,91). Sum of RGB (Red+Green+Blue) = 56+72+91=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #38485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485B is #C7B7A4. Grayscale: #454545. Windows color (decimal): -13088677 or 5982264. OLE color: 5982264.

HSL color Cylindrical-coordinate representation of color #38485B: hue angle of 212.57º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38485B is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567291-
CMYK0.380.2100.64
HSL212.57º23.81%28.82%-
HSV(B)212.57º38.46%35.69%-
XYZ5.846.2310.79-
YUV69.38140.2118.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=25.57%
G=32.88%
B=41.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5672910.380.2100.64212.5723.8128.82
Hex38485B2615040d5181d
Octal70110133462501003253035
Binary111000100100010110111001101010101000000110101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38485B; }

 p { color: rgb(56,72,91); }

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

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

 a { background-color: rgb(56,72,91); }

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

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

 span { border-color: rgb(56,72,91); }

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