Html Css Color HEX #293D89 Resolution Blue

📋 copy color: '#293D89'

red 41 ◦ green 61 ◦ blue 137

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

Shades of Resolution Blue #293D89

Tints of Resolution Blue #293D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.52%

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

R = 17.15%
G = 25.52%
B = 57.32%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#293D89 (or 0x293D89) is known color: Resolution Blue. HEX triplet: 29, 3D and 89. RGB value is (41,61,137). Sum of RGB (Red+Green+Blue) = 41+61+137=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #293D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D89 is #D6C276. Grayscale: #3F3F3F. Windows color (decimal): -14074487 or 8994089. OLE color: 8994089.

HSL color Cylindrical-coordinate representation of color #293D89: hue angle of 227.5º 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 #293D89 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 61 137 -
CMYK 0.70 0.55 0 0.46
HSL 227.5º 0.54% 0.35% -
HSV(B) 227.5º 0.7% 0.54% -
XYZ 7.1 5.62 24.38 -
YUV 63.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 41 61 137 0.70 0.55 0 0.46 227.5 0.54 0.35
Hex 29 3D 89 46 37 0 2E E4 36 23
Octal 51 75 211 106 67 0 56 344 66 43
Binary 101001 111101 10001001 1000110 110111 0 101110 11100100 110110 100011

Color Harmonies of #293D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D89

Black with #293D89

Text Example


Text Example

White with #293D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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