#365F6F

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

Shades of Blumine #365F6F

Tints of Blumine #365F6F

Color information

#365F6F (or 0x365F6F) is unknown color: approx Blumine. HEX triplet: 36, 5F and 6F. RGB value is (54,95,111). Sum of RGB (Red+Green+Blue) = 54+95+111=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #365F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F6F is #C9A090. Grayscale: #545454. Windows color (decimal): -13213841 or 7298870. OLE color: 7298870.

HSL color Cylindrical-coordinate representation of color #365F6F: hue angle of 196.84º 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 #365F6F is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5495111-
CMYK0.510.1400.56
HSL196.84º34.55%32.35%-
HSV(B)196.84º51.35%43.53%-
XYZ8.4810.1216.54-
YUV84.56142.92106.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=20.77%
G=36.54%
B=42.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54951110.510.1400.56196.8434.5532.35
Hex365F6F33E038c52320
Octal6613715763160703054340
Binary110110101111111011111100111110011100011000101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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