#38556C

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

Shades of Cello #38556C

Tints of Cello #38556C

Color information

#38556C (or 0x38556C) is unknown color: approx Cello. HEX triplet: 38, 55 and 6C. RGB value is (56,85,108). Sum of RGB (Red+Green+Blue) = 56+85+108=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #38556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38556C is #C7AA93. Grayscale: #4E4E4E. Windows color (decimal): -13085332 or 7099704. OLE color: 7099704.

HSL color Cylindrical-coordinate representation of color #38556C: hue angle of 206.54º 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 #38556C is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5685108-
CMYK0.480.2100.58
HSL206.54º31.71%32.16%-
HSV(B)206.54º48.15%42.35%-
XYZ7.598.4215.41-
YUV78.95144.39111.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=22.49%
G=34.14%
B=43.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56851080.480.2100.58206.5431.7132.16
Hex38556C301503Acf2020
Octal7012515460250723174040
Binary1110001010101110110011000010101011101011001111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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