#293684

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

Shades of Resolution Blue #293684

Tints of Resolution Blue #293684

Color information

#293684 (or 0x293684) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 84. RGB value is (41,54,132). Sum of RGB (Red+Green+Blue) = 41+54+132=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #293684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293684 is #D6C97B. Grayscale: #3A3A3A. Windows color (decimal): -14076284 or 8664617. OLE color: 8664617.

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

Color convert

RGB4154132-
CMYK0.690.5900.48
HSL231.43º52.6%33.92%-
HSV(B)231.43º68.94%51.76%-
XYZ6.44.7822.41-
YUV59169.19115.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=18.06%
G=23.79%
B=58.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41541320.690.5900.48231.4352.633.92
Hex293684453B030e73522
Octal5166204105730603476542
Binary101001110110100001001000101111011011000011100111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293684; }

 p { color: rgb(41,54,132); }

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

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

 a { background-color: rgb(41,54,132); }

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

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

 span { border-color: rgb(41,54,132); }

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