#365A6E

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

Shades of Blumine #365A6E

Tints of Blumine #365A6E

Color information

#365A6E (or 0x365A6E) is unknown color: approx Blumine. HEX triplet: 36, 5A and 6E. RGB value is (54,90,110). Sum of RGB (Red+Green+Blue) = 54+90+110=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #365A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A6E is #C9A591. Grayscale: #515151. Windows color (decimal): -13215122 or 7232054. OLE color: 7232054.

HSL color Cylindrical-coordinate representation of color #365A6E: hue angle of 201.43º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365A6E is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5490110-
CMYK0.510.1800.57
HSL201.43º34.15%32.16%-
HSV(B)201.43º50.91%43.14%-
XYZ7.999.2216.11-
YUV81.52144.07108.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=21.26%
G=35.43%
B=43.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54901100.510.1800.57201.4334.1532.16
Hex365A6E3312039c92220
Octal6613215663220713114240
Binary1101101011010110111011001110010011100111001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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