#386774

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

Shades of Blumine #386774

Tints of Blumine #386774

Color information

#386774 (or 0x386774) is unknown color: approx Blumine. HEX triplet: 38, 67 and 74. RGB value is (56,103,116). Sum of RGB (Red+Green+Blue) = 56+103+116=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #386774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386774 is #C7988B. Grayscale: #5A5A5A. Windows color (decimal): -13080716 or 7628600. OLE color: 7628600.

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

Color convert

RGB56103116-
CMYK0.520.1100.55
HSL193º34.88%33.73%-
HSV(B)193º51.72%45.49%-
XYZ9.6311.818.29-
YUV90.43142.43103.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 116 (45.70% from 255) = 42.18%
R=20.36%
G=37.45%
B=42.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561031160.520.1100.5519334.8833.73
Hex38677434B037c12322
Octal7014716464130673014342
Binary111000110011111101001101001011011011111000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386774; }

 p { color: rgb(56,103,116); }

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

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

 a { background-color: rgb(56,103,116); }

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

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

 span { border-color: rgb(56,103,116); }

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