#365D6B

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

Shades of Blumine #365D6B

Tints of Blumine #365D6B

Color information

#365D6B (or 0x365D6B) is unknown color: approx Blumine. HEX triplet: 36, 5D and 6B. RGB value is (54,93,107). Sum of RGB (Red+Green+Blue) = 54+93+107=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #365D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D6B is #C9A294. Grayscale: #525252. Windows color (decimal): -13214357 or 7036214. OLE color: 7036214.

HSL color Cylindrical-coordinate representation of color #365D6B: hue angle of 195.85º 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 #365D6B is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5493107-
CMYK0.500.1300.58
HSL195.85º32.92%31.57%-
HSV(B)195.85º49.53%41.96%-
XYZ8.099.6715.35-
YUV82.94141.58107.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=21.26%
G=36.61%
B=42.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54931070.500.1300.58195.8532.9231.57
Hex365D6B32D03Ac42120
Octal6613515362150723044140
Binary110110101110111010111100101101011101011000100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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