#365E68

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

Shades of Blumine #365E68

Tints of Blumine #365E68

Color information

#365E68 (or 0x365E68) is unknown color: approx Blumine. HEX triplet: 36, 5E and 68. RGB value is (54,94,104). Sum of RGB (Red+Green+Blue) = 54+94+104=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #365E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E68 is #C9A197. Grayscale: #535353. Windows color (decimal): -13214104 or 6839862. OLE color: 6839862.

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

Color convert

RGB5494104-
CMYK0.480.1000.59
HSL192º31.65%30.98%-
HSV(B)192º48.08%40.78%-
XYZ8.029.7914.56-
YUV83.18139.75107.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=21.43%
G=37.30%
B=41.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54941040.480.1000.5919231.6530.98
Hex365E6830A03Bc0201f
Octal6613615060120733004037
Binary11011010111101101000110000101001110111100000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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