#365E67

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

Shades of Blumine #365E67

Tints of Blumine #365E67

Color information

#365E67 (or 0x365E67) is unknown color: approx Blumine. HEX triplet: 36, 5E and 67. RGB value is (54,94,103). Sum of RGB (Red+Green+Blue) = 54+94+103=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #365E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E67 is #C9A198. Grayscale: #525252. Windows color (decimal): -13214105 or 6774326. OLE color: 6774326.

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

Color convert

RGB5494103-
CMYK0.480.0900.60
HSL191.02º31.21%30.78%-
HSV(B)191.02º47.57%40.39%-
XYZ7.979.7714.3-
YUV83.07139.25107.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=21.51%
G=37.45%
B=41.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54941030.480.0900.60191.0231.2130.78
Hex365E6730903Cbf1f1f
Octal6613614760110742773737
Binary1101101011110110011111000010010111100101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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