#365868

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

Shades of Blumine #365868

Tints of Blumine #365868

Color information

#365868 (or 0x365868) is unknown color: approx Blumine. HEX triplet: 36, 58 and 68. RGB value is (54,88,104). Sum of RGB (Red+Green+Blue) = 54+88+104=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #365868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365868 is #C9A797. Grayscale: #4F4F4F. Windows color (decimal): -13215640 or 6838326. OLE color: 6838326.

HSL color Cylindrical-coordinate representation of color #365868: hue angle of 199.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365868 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5488104-
CMYK0.480.1500.59
HSL199.2º31.65%30.98%-
HSV(B)199.2º48.08%40.78%-
XYZ7.518.7614.39-
YUV79.66141.74109.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=21.95%
G=35.77%
B=42.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54881040.480.1500.59199.231.6530.98
Hex36586830F03Bc7201f
Octal6613015060170733074037
Binary11011010110001101000110000111101110111100011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365868; }

 p { color: rgb(54,88,104); }

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

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

 a { background-color: rgb(54,88,104); }

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

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

 span { border-color: rgb(54,88,104); }

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