#386875

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

Shades of Blumine #386875

Tints of Blumine #386875

Color information

#386875 (or 0x386875) is unknown color: approx Blumine. HEX triplet: 38, 68 and 75. RGB value is (56,104,117). Sum of RGB (Red+Green+Blue) = 56+104+117=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #386875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386875 is #C7978A. Grayscale: #5B5B5B. Windows color (decimal): -13080459 or 7694392. OLE color: 7694392.

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

Color convert

RGB56104117-
CMYK0.520.1100.54
HSL192.79º35.26%33.92%-
HSV(B)192.79º52.14%45.88%-
XYZ9.7912.0318.63-
YUV91.13142.6102.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=20.22%
G=37.55%
B=42.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561041170.520.1100.54192.7935.2633.92
Hex38687534B036c12322
Octal7015016564130663014342
Binary111000110100011101011101001011011011011000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386875; }

 p { color: rgb(56,104,117); }

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

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

 a { background-color: rgb(56,104,117); }

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

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

 span { border-color: rgb(56,104,117); }

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