#386372

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

Shades of Blumine #386372

Tints of Blumine #386372

Color information

#386372 (or 0x386372) is unknown color: approx Blumine. HEX triplet: 38, 63 and 72. RGB value is (56,99,114). Sum of RGB (Red+Green+Blue) = 56+99+114=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #386372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386372 is #C79C8D. Grayscale: #575757. Windows color (decimal): -13081742 or 7496504. OLE color: 7496504.

HSL color Cylindrical-coordinate representation of color #386372: hue angle of 195.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386372 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5699114-
CMYK0.510.1300.55
HSL195.52º34.12%33.33%-
HSV(B)195.52º50.88%44.71%-
XYZ9.1310.9817.56-
YUV87.85142.75105.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=20.82%
G=36.80%
B=42.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56991140.510.1300.55195.5234.1233.33
Hex38637233D037c42221
Octal7014316263150673044241
Binary111000110001111100101100111101011011111000100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386372; }

 p { color: rgb(56,99,114); }

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

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

 a { background-color: rgb(56,99,114); }

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

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

 span { border-color: rgb(56,99,114); }

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