#36447A

Color #36447A Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #36447A

Tints of Resolution Blue #36447A

Color information

#36447A (or 0x36447A) is unknown color: approx Resolution Blue. HEX triplet: 36, 44 and 7A. RGB value is (54,68,122). Sum of RGB (Red+Green+Blue) = 54+68+122=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #36447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36447A is #C9BB85. Grayscale: #454545. Windows color (decimal): -13220742 or 8012854. OLE color: 8012854.

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

Color convert

RGB5468122-
CMYK0.560.4400.52
HSL227.65º38.64%34.51%-
HSV(B)227.65º55.74%47.84%-
XYZ7.16.3219.26-
YUV69.97157.36116.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 122 (48.05% from 255) = 50%
R=22.13%
G=27.87%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54681220.560.4400.52227.6538.6434.51
Hex36447A382C034e42723
Octal6610417270540643444743
Binary11011010001001111010111000101100011010011100100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36447A; }

 p { color: rgb(54,68,122); }

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

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

 a { background-color: rgb(54,68,122); }

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

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

 span { border-color: rgb(54,68,122); }

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