#365D67

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

Shades of Blumine #365D67

Tints of Blumine #365D67

Color information

#365D67 (or 0x365D67) is unknown color: approx Blumine. HEX triplet: 36, 5D and 67. RGB value is (54,93,103). Sum of RGB (Red+Green+Blue) = 54+93+103=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #365D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D67 is #C9A298. Grayscale: #525252. Windows color (decimal): -13214361 or 6774070. OLE color: 6774070.

HSL color Cylindrical-coordinate representation of color #365D67: hue angle of 192.24º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365D67 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5493103-
CMYK0.480.1000.60
HSL192.24º31.21%30.78%-
HSV(B)192.24º47.57%40.39%-
XYZ7.889.5914.27-
YUV82.48139.58107.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=21.6%
G=37.2%
B=41.2%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54931030.480.1000.60192.2431.2130.78
Hex365D6730A03Cc01f1f
Octal6613514760120743003737
Binary1101101011101110011111000010100111100110000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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