#36427B

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

Shades of Resolution Blue #36427B

Tints of Resolution Blue #36427B

Color information

#36427B (or 0x36427B) is unknown color: approx Resolution Blue. HEX triplet: 36, 42 and 7B. RGB value is (54,66,123). Sum of RGB (Red+Green+Blue) = 54+66+123=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #36427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36427B is #C9BD84. Grayscale: #444444. Windows color (decimal): -13221253 or 8077878. OLE color: 8077878.

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

Color convert

RGB5466123-
CMYK0.560.4600.52
HSL229.57º38.98%34.71%-
HSV(B)229.57º56.1%48.24%-
XYZ7.046.1119.55-
YUV68.91158.52117.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=22.22%
G=27.16%
B=50.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54661230.560.4600.52229.5738.9834.71
Hex36427B382E034e62723
Octal6610217370560643464743
Binary11011010000101111011111000101110011010011100110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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