#365E6B

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

Shades of Blumine #365E6B

Tints of Blumine #365E6B

Color information

#365E6B (or 0x365E6B) is unknown color: approx Blumine. HEX triplet: 36, 5E and 6B. RGB value is (54,94,107). Sum of RGB (Red+Green+Blue) = 54+94+107=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #365E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E6B is #C9A194. Grayscale: #535353. Windows color (decimal): -13214101 or 7036470. OLE color: 7036470.

HSL color Cylindrical-coordinate representation of color #365E6B: hue angle of 194.72º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365E6B is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5494107-
CMYK0.500.1200.58
HSL194.72º32.92%31.57%-
HSV(B)194.72º49.53%41.96%-
XYZ8.189.8515.38-
YUV83.52141.25106.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=21.18%
G=36.86%
B=41.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54941070.500.1200.58194.7232.9231.57
Hex365E6B32C03Ac32120
Octal6613615362140723034140
Binary110110101111011010111100101100011101011000011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365E6B; }

 p { color: rgb(54,94,107); }

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

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

 a { background-color: rgb(54,94,107); }

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

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

 span { border-color: rgb(54,94,107); }

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