#293C7B

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

Shades of Resolution Blue #293C7B

Tints of Resolution Blue #293C7B

Color information

#293C7B (or 0x293C7B) is unknown color: approx Resolution Blue. HEX triplet: 29, 3C and 7B. RGB value is (41,60,123). Sum of RGB (Red+Green+Blue) = 41+60+123=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #293C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C7B is #D6C384. Grayscale: #3D3D3D. Windows color (decimal): -14074757 or 8076329. OLE color: 8076329.

HSL color Cylindrical-coordinate representation of color #293C7B: hue angle of 226.1º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293C7B is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4160123-
CMYK0.670.5100.52
HSL226.1º50%32.16%-
HSV(B)226.1º66.67%48.24%-
XYZ6.115.1319.41-
YUV61.5162.71113.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=18.30%
G=26.79%
B=54.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41601230.670.5100.52226.15032.16
Hex293C7B4333034e23220
Octal5174173103630643426240
Binary10100111110011110111000011110011011010011100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,60,123); }

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

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

 a { background-color: rgb(41,60,123); }

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

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

 span { border-color: rgb(41,60,123); }

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