#365B6F

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

Shades of Blumine #365B6F

Tints of Blumine #365B6F

Color information

#365B6F (or 0x365B6F) is unknown color: approx Blumine. HEX triplet: 36, 5B and 6F. RGB value is (54,91,111). Sum of RGB (Red+Green+Blue) = 54+91+111=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #365B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B6F is #C9A490. Grayscale: #525252. Windows color (decimal): -13214865 or 7297846. OLE color: 7297846.

HSL color Cylindrical-coordinate representation of color #365B6F: hue angle of 201.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365B6F is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5491111-
CMYK0.510.1800.56
HSL201.05º34.55%32.35%-
HSV(B)201.05º51.35%43.53%-
XYZ8.139.4116.43-
YUV82.22144.24107.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=21.09%
G=35.55%
B=43.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54911110.510.1800.56201.0534.5532.35
Hex365B6F3312038c92320
Octal6613315763220703114340
Binary1101101011011110111111001110010011100011001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,111); }

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

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

 a { background-color: rgb(54,91,111); }

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

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

 span { border-color: rgb(54,91,111); }

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