Html Css Color HEX #293A89 Resolution Blue

📋 copy color: '#293A89'

red 41 ◦ green 58 ◦ blue 137

#293A89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #293A89

Tints of Resolution Blue #293A89

RGB

 RED value IS 41 (16.41% from 255) = 17.37%

 GREEN value IS 58 (23.05% from 255) = 24.58%

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 17.37%
G = 24.58%
B = 58.05%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#293A89 (or 0x293A89) is known color: Resolution Blue. HEX triplet: 29, 3A and 89. RGB value is (41,58,137). Sum of RGB (Red+Green+Blue) = 41+58+137=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #293A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A89 is #D6C576. Grayscale: #3D3D3D. Windows color (decimal): -14075255 or 8993321. OLE color: 8993321.

HSL color Cylindrical-coordinate representation of color #293A89: hue angle of 229.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293A89 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 58 137 -
CMYK 0.70 0.58 0 0.46
HSL 229.38º 0.54% 0.35% -
HSV(B) 229.38º 0.7% 0.54% -
XYZ 6.94 5.3 24.32 -
YUV 61.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 41 58 137 0.70 0.58 0 0.46 229.38 0.54 0.35
Hex 29 3A 89 46 3A 0 2E E5 36 23
Octal 51 72 211 106 72 0 56 345 66 43
Binary 101001 111010 10001001 1000110 111010 0 101110 11100101 110110 100011

Color Harmonies of #293A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A89

Black with #293A89

Text Example


Text Example

White with #293A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,137); }

 H1.HeaderClassName
 {
   color: #293A89;
 }
 .AnyTagClassName
 {
   color: #293A89;
 }
</style>

background-color css

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

 a { background-color: rgb(41,58,137); }

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

border-color css

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

 span { border-color: rgb(41,58,137); }

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