#20338B

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

Shades of Resolution Blue #20338B

Tints of Resolution Blue #20338B

Color information

#20338B (or 0x20338B) is unknown color: approx Resolution Blue. HEX triplet: 20, 33 and 8B. RGB value is (32,51,139). Sum of RGB (Red+Green+Blue) = 32+51+139=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #20338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20338B is #DFCC74. Grayscale: #363636. Windows color (decimal): -14666869 or 9122592. OLE color: 9122592.

HSL color Cylindrical-coordinate representation of color #20338B: hue angle of 229.35º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20338B is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3251139-
CMYK0.770.6300.45
HSL229.35º62.57%33.53%-
HSV(B)229.35º76.98%54.51%-
XYZ6.444.5424.96-
YUV55.35175.21111.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=14.41%
G=22.97%
B=62.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32511390.770.6300.45229.3562.5733.53
Hex20338B4D3F02De53f22
Octal4063213115770553457742
Binary100000110011100010111001101111111010110111100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,51,139); }

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

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

 a { background-color: rgb(32,51,139); }

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

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

 span { border-color: rgb(32,51,139); }

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