#365A66

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

Shades of Blumine #365A66

Tints of Blumine #365A66

Color information

#365A66 (or 0x365A66) is unknown color: approx Blumine. HEX triplet: 36, 5A and 66. RGB value is (54,90,102). Sum of RGB (Red+Green+Blue) = 54+90+102=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #365A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A66 is #C9A599. Grayscale: #505050. Windows color (decimal): -13215130 or 6707766. OLE color: 6707766.

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

Color convert

RGB5490102-
CMYK0.470.1200.6
HSL195º30.77%30.59%-
HSV(B)195º47.06%40%-
XYZ7.589.0613.92-
YUV80.6140.07109.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=21.95%
G=36.59%
B=41.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54901020.470.1200.619530.7730.59
Hex365A662FC03Cc31f1f
Octal6613214657140743033737
Binary1101101011010110011010111111000111100110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,90,102); }

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

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

 a { background-color: rgb(54,90,102); }

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

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

 span { border-color: rgb(54,90,102); }

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