#365F67

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

Shades of Blumine #365F67

Tints of Blumine #365F67

Color information

#365F67 (or 0x365F67) is unknown color: approx Blumine. HEX triplet: 36, 5F and 67. RGB value is (54,95,103). Sum of RGB (Red+Green+Blue) = 54+95+103=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #365F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F67 is #C9A098. Grayscale: #535353. Windows color (decimal): -13213849 or 6774582. OLE color: 6774582.

HSL color Cylindrical-coordinate representation of color #365F67: hue angle of 189.8º 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 #365F67 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5495103-
CMYK0.480.0800.60
HSL189.8º31.21%30.78%-
HSV(B)189.8º47.57%40.39%-
XYZ8.069.9514.33-
YUV83.65138.92106.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=21.43%
G=37.70%
B=40.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54951030.480.0800.60189.831.2130.78
Hex365F6730803Cbe1f1f
Octal6613714760100742763737
Binary1101101011111110011111000010000111100101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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