#38616E

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

Shades of Blumine #38616E

Tints of Blumine #38616E

Color information

#38616E (or 0x38616E) is unknown color: approx Blumine. HEX triplet: 38, 61 and 6E. RGB value is (56,97,110). Sum of RGB (Red+Green+Blue) = 56+97+110=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #38616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38616E is #C79E91. Grayscale: #565656. Windows color (decimal): -13082258 or 7233848. OLE color: 7233848.

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

Color convert

RGB5697110-
CMYK0.490.1200.57
HSL194.44º32.53%32.55%-
HSV(B)194.44º49.09%43.14%-
XYZ8.7210.5216.32-
YUV86.22141.42106.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=21.29%
G=36.88%
B=41.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56971100.490.1200.57194.4432.5332.55
Hex38616E31C039c22121
Octal7014115661140713024141
Binary111000110000111011101100011100011100111000010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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