#293883

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

Shades of Resolution Blue #293883

Tints of Resolution Blue #293883

Color information

#293883 (or 0x293883) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 83. RGB value is (41,56,131). Sum of RGB (Red+Green+Blue) = 41+56+131=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #293883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293883 is #D6C77C. Grayscale: #3B3B3B. Windows color (decimal): -14075773 or 8599593. OLE color: 8599593.

HSL color Cylindrical-coordinate representation of color #293883: hue angle of 230º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293883 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4156131-
CMYK0.690.5700.49
HSL230º52.33%33.73%-
HSV(B)230º68.7%51.37%-
XYZ6.434.9422.09-
YUV60.06168.03114.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=17.98%
G=24.56%
B=57.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41561310.690.5700.4923052.3333.73
Hex2938834539031e63422
Octal5170203105710613466442
Binary101001111000100000111000101111001011000111100110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293883; }

 p { color: rgb(41,56,131); }

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

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

 a { background-color: rgb(41,56,131); }

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

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

 span { border-color: rgb(41,56,131); }

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