#365B69

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

Shades of Blumine #365B69

Tints of Blumine #365B69

Color information

#365B69 (or 0x365B69) is unknown color: approx Blumine. HEX triplet: 36, 5B and 69. RGB value is (54,91,105). Sum of RGB (Red+Green+Blue) = 54+91+105=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #365B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B69 is #C9A496. Grayscale: #515151. Windows color (decimal): -13214871 or 6904630. OLE color: 6904630.

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

Color convert

RGB5491105-
CMYK0.490.1300.59
HSL196.47º32.08%31.18%-
HSV(B)196.47º48.57%41.18%-
XYZ7.819.2914.75-
YUV81.53141.24108.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 105 (41.41% from 255) = 42%
R=21.6%
G=36.4%
B=42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54911050.490.1300.59196.4732.0831.18
Hex365B6931D03Bc4201f
Octal6613315161150733044037
Binary11011010110111101001110001110101110111100010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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