#38506C

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

Shades of Cello #38506C

Tints of Cello #38506C

Color information

#38506C (or 0x38506C) is unknown color: approx Cello. HEX triplet: 38, 50 and 6C. RGB value is (56,80,108). Sum of RGB (Red+Green+Blue) = 56+80+108=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #38506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38506C is #C7AF93. Grayscale: #4B4B4B. Windows color (decimal): -13086612 or 7098424. OLE color: 7098424.

HSL color Cylindrical-coordinate representation of color #38506C: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38506C is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5680108-
CMYK0.480.2600.58
HSL212.31º31.71%32.16%-
HSV(B)212.31º48.15%42.35%-
XYZ7.217.6615.29-
YUV76.02146.05113.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=22.95%
G=32.79%
B=44.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56801080.480.2600.58212.3131.7132.16
Hex38506C301A03Ad42020
Octal7012015460320723244040
Binary1110001010000110110011000011010011101011010100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38506C; }

 p { color: rgb(56,80,108); }

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

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

 a { background-color: rgb(56,80,108); }

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

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

 span { border-color: rgb(56,80,108); }

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