#38566E

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

Shades of Blumine #38566E

Tints of Blumine #38566E

Color information

#38566E (or 0x38566E) is unknown color: approx Blumine. HEX triplet: 38, 56 and 6E. RGB value is (56,86,110). Sum of RGB (Red+Green+Blue) = 56+86+110=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #38566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38566E is #C7A991. Grayscale: #4F4F4F. Windows color (decimal): -13085074 or 7231032. OLE color: 7231032.

HSL color Cylindrical-coordinate representation of color #38566E: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38566E is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5686110-
CMYK0.490.2200.57
HSL206.67º32.53%32.55%-
HSV(B)206.67º49.09%43.14%-
XYZ7.778.6216.01-
YUV79.77145.06111.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=22.22%
G=34.13%
B=43.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56861100.490.2200.57206.6732.5332.55
Hex38566E3116039cf2121
Octal7012615661260713174141
Binary1110001010110110111011000110110011100111001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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