#36467A

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

Shades of Resolution Blue #36467A

Tints of Resolution Blue #36467A

Color information

#36467A (or 0x36467A) is unknown color: approx Resolution Blue. HEX triplet: 36, 46 and 7A. RGB value is (54,70,122). Sum of RGB (Red+Green+Blue) = 54+70+122=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #36467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36467A is #C9B985. Grayscale: #464646. Windows color (decimal): -13220230 or 8013366. OLE color: 8013366.

HSL color Cylindrical-coordinate representation of color #36467A: hue angle of 225.88º 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 #36467A is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5470122-
CMYK0.560.4300.52
HSL225.88º38.64%34.51%-
HSV(B)225.88º55.74%47.84%-
XYZ7.226.5719.3-
YUV71.14156.7115.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=21.95%
G=28.46%
B=49.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54701220.560.4300.52225.8838.6434.51
Hex36467A382B034e22723
Octal6610617270530643424743
Binary11011010001101111010111000101011011010011100010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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