#365770

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

Shades of Blumine #365770

Tints of Blumine #365770

Color information

#365770 (or 0x365770) is unknown color: approx Blumine. HEX triplet: 36, 57 and 70. RGB value is (54,87,112). Sum of RGB (Red+Green+Blue) = 54+87+112=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #365770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365770 is #C9A88F. Grayscale: #4F4F4F. Windows color (decimal): -13215888 or 7362358. OLE color: 7362358.

HSL color Cylindrical-coordinate representation of color #365770: hue angle of 205.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365770 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5487112-
CMYK0.520.2200.56
HSL205.86º34.94%32.55%-
HSV(B)205.86º51.79%43.92%-
XYZ7.858.7716.61-
YUV79.98146.07109.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=21.34%
G=34.39%
B=44.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54871120.520.2200.56205.8634.9432.55
Hex3657703416038ce2321
Octal6612716064260703164341
Binary1101101010111111000011010010110011100011001110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365770; }

 p { color: rgb(54,87,112); }

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

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

 a { background-color: rgb(54,87,112); }

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

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

 span { border-color: rgb(54,87,112); }

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