#293B75

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

Shades of Resolution Blue #293B75

Tints of Resolution Blue #293B75

Color information

#293B75 (or 0x293B75) is unknown color: approx Resolution Blue. HEX triplet: 29, 3B and 75. RGB value is (41,59,117). Sum of RGB (Red+Green+Blue) = 41+59+117=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #293B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B75 is #D6C48A. Grayscale: #3B3B3B. Windows color (decimal): -14075019 or 7682857. OLE color: 7682857.

HSL color Cylindrical-coordinate representation of color #293B75: hue angle of 225.79º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293B75 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4159117-
CMYK0.650.5000.54
HSL225.79º48.1%30.98%-
HSV(B)225.79º64.96%45.88%-
XYZ5.694.8817.47-
YUV60.23160.04114.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=18.89%
G=27.19%
B=53.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41591170.650.5000.54225.7948.130.98
Hex293B754132036e2301f
Octal5173165101620663426037
Binary1010011110111110101100000111001001101101110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293B75; }

 p { color: rgb(41,59,117); }

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

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

 a { background-color: rgb(41,59,117); }

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

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

 span { border-color: rgb(41,59,117); }

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