#38606E

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

Shades of Blumine #38606E

Tints of Blumine #38606E

Color information

#38606E (or 0x38606E) is unknown color: approx Blumine. HEX triplet: 38, 60 and 6E. RGB value is (56,96,110). Sum of RGB (Red+Green+Blue) = 56+96+110=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #38606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38606E is #C79F91. Grayscale: #555555. Windows color (decimal): -13082514 or 7233592. OLE color: 7233592.

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

Color convert

RGB5696110-
CMYK0.490.1300.57
HSL195.56º32.53%32.55%-
HSV(B)195.56º49.09%43.14%-
XYZ8.6310.3316.29-
YUV85.64141.75106.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=21.37%
G=36.64%
B=41.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56961100.490.1300.57195.5632.5332.55
Hex38606E31D039c42121
Octal7014015661150713044141
Binary111000110000011011101100011101011100111000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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