#365E69

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

Shades of Blumine #365E69

Tints of Blumine #365E69

Color information

#365E69 (or 0x365E69) is unknown color: approx Blumine. HEX triplet: 36, 5E and 69. RGB value is (54,94,105). Sum of RGB (Red+Green+Blue) = 54+94+105=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #365E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E69 is #C9A196. Grayscale: #535353. Windows color (decimal): -13214103 or 6905398. OLE color: 6905398.

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

Color convert

RGB5494105-
CMYK0.490.1000.59
HSL192.94º32.08%31.18%-
HSV(B)192.94º48.57%41.18%-
XYZ8.079.8114.83-
YUV83.29140.25107.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=21.34%
G=37.15%
B=41.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54941050.490.1000.59192.9432.0831.18
Hex365E6931A03Bc1201f
Octal6613615161120733014037
Binary11011010111101101001110001101001110111100000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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