#20308A

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

Shades of Resolution Blue #20308A

Tints of Resolution Blue #20308A

Color information

#20308A (or 0x20308A) is unknown color: approx Resolution Blue. HEX triplet: 20, 30 and 8A. RGB value is (32,48,138). Sum of RGB (Red+Green+Blue) = 32+48+138=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #20308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20308A is #DFCF75. Grayscale: #353535. Windows color (decimal): -14667638 or 9056288. OLE color: 9056288.

HSL color Cylindrical-coordinate representation of color #20308A: hue angle of 230.94º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20308A is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3248138-
CMYK0.770.6500.46
HSL230.94º62.35%33.33%-
HSV(B)230.94º76.81%54.12%-
XYZ6.244.2624.54-
YUV53.48175.7112.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 138 (54.30% from 255) = 63.30%
R=14.68%
G=22.02%
B=63.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32481380.770.6500.46230.9462.3533.33
Hex20308A4D4102Ee73e21
Octal40602121151010563477641
Binary1000001100001000101010011011000001010111011100111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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