#36467B

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

Shades of Resolution Blue #36467B

Tints of Resolution Blue #36467B

Color information

#36467B (or 0x36467B) is unknown color: approx Resolution Blue. HEX triplet: 36, 46 and 7B. RGB value is (54,70,123). Sum of RGB (Red+Green+Blue) = 54+70+123=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #36467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36467B is #C9B984. Grayscale: #474747. Windows color (decimal): -13220229 or 8078902. OLE color: 8078902.

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

Color convert

RGB5470123-
CMYK0.560.4300.52
HSL226.09º38.98%34.71%-
HSV(B)226.09º56.1%48.24%-
XYZ7.296.5919.63-
YUV71.26157.2115.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=21.86%
G=28.34%
B=49.80%

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
Decimal54701230.560.4300.52226.0938.9834.71
Hex36467B382B034e22723
Octal6610617370530643424743
Binary11011010001101111011111000101011011010011100010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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