#20306D

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

Shades of Resolution Blue #20306D

Tints of Resolution Blue #20306D

Color information

#20306D (or 0x20306D) is unknown color: approx Resolution Blue. HEX triplet: 20, 30 and 6D. RGB value is (32,48,109). Sum of RGB (Red+Green+Blue) = 32+48+109=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #20306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20306D is #DFCF92. Grayscale: #313131. Windows color (decimal): -14667667 or 7155744. OLE color: 7155744.

HSL color Cylindrical-coordinate representation of color #20306D: hue angle of 227.53º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20306D is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3248109-
CMYK0.710.5600.57
HSL227.53º54.61%27.65%-
HSV(B)227.53º70.64%42.75%-
XYZ4.413.5314.92-
YUV50.17161.2115.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=16.93%
G=25.40%
B=57.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32481090.710.5600.57227.5354.6127.65
Hex20306D4738039e4371c
Octal4060155107700713446734
Binary1000001100001101101100011111100001110011110010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20306D; }

 p { color: rgb(32,48,109); }

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

<style>
 a { background-color: #20306D; }

 a { background-color: rgb(32,48,109); }

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

<style>
 span { border-color: #20306D; }

 span { border-color: rgb(32,48,109); }

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