#365D69

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

Shades of Blumine #365D69

Tints of Blumine #365D69

Color information

#365D69 (or 0x365D69) is unknown color: approx Blumine. HEX triplet: 36, 5D and 69. RGB value is (54,93,105). Sum of RGB (Red+Green+Blue) = 54+93+105=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #365D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D69 is #C9A296. Grayscale: #525252. Windows color (decimal): -13214359 or 6905142. OLE color: 6905142.

HSL color Cylindrical-coordinate representation of color #365D69: hue angle of 194.12º 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 #365D69 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5493105-
CMYK0.490.1100.59
HSL194.12º32.08%31.18%-
HSV(B)194.12º48.57%41.18%-
XYZ7.999.6314.8-
YUV82.71140.58107.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=21.43%
G=36.90%
B=41.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54931050.490.1100.59194.1232.0831.18
Hex365D6931B03Bc2201f
Octal6613515161130733024037
Binary11011010111011101001110001101101110111100001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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