#38506D

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

Shades of Cello #38506D

Tints of Cello #38506D

Color information

#38506D (or 0x38506D) is unknown color: approx Cello. HEX triplet: 38, 50 and 6D. RGB value is (56,80,109). Sum of RGB (Red+Green+Blue) = 56+80+109=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #38506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38506D is #C7AF92. Grayscale: #4B4B4B. Windows color (decimal): -13086611 or 7163960. OLE color: 7163960.

HSL color Cylindrical-coordinate representation of color #38506D: hue angle of 212.83º 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 #38506D is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5680109-
CMYK0.490.2700.57
HSL212.83º32.12%32.35%-
HSV(B)212.83º48.62%42.75%-
XYZ7.267.6815.57-
YUV76.13146.55113.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=22.86%
G=32.65%
B=44.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56801090.490.2700.57212.8332.1232.35
Hex38506D311B039d52020
Octal7012015561330713254040
Binary1110001010000110110111000111011011100111010101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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