#38566D

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

Shades of Blumine #38566D

Tints of Blumine #38566D

Color information

#38566D (or 0x38566D) is unknown color: approx Blumine. HEX triplet: 38, 56 and 6D. RGB value is (56,86,109). Sum of RGB (Red+Green+Blue) = 56+86+109=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #38566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38566D is #C7A992. Grayscale: #4F4F4F. Windows color (decimal): -13085075 or 7165496. OLE color: 7165496.

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

Color convert

RGB5686109-
CMYK0.490.2100.57
HSL206.04º32.12%32.35%-
HSV(B)206.04º48.62%42.75%-
XYZ7.728.615.72-
YUV79.65144.56111.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=22.31%
G=34.26%
B=43.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56861090.490.2100.57206.0432.1232.35
Hex38566D3115039ce2020
Octal7012615561250713164040
Binary1110001010110110110111000110101011100111001110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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