Html Css Color HEX #293689 Resolution Blue

📋 copy color: '#293689'

red 41 ◦ green 54 ◦ blue 137

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

Shades of Resolution Blue #293689

Tints of Resolution Blue #293689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 17.67%
G = 23.28%
B = 59.05%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#293689 (or 0x293689) is known color: Resolution Blue. HEX triplet: 29, 36 and 89. RGB value is (41,54,137). Sum of RGB (Red+Green+Blue) = 41+54+137=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #293689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293689 is #D6C976. Grayscale: #3B3B3B. Windows color (decimal): -14076279 or 8992297. OLE color: 8992297.

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

Color convert

RGB 41 54 137 -
CMYK 0.70 0.61 0 0.46
HSL 231.88º 0.54% 0.35% -
HSV(B) 231.88º 0.7% 0.54% -
XYZ 6.75 4.92 24.26 -
YUV 59.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 41 54 137 0.70 0.61 0 0.46 231.88 0.54 0.35
Hex 29 36 89 46 3D 0 2E E8 36 23
Octal 51 66 211 106 75 0 56 350 66 43
Binary 101001 110110 10001001 1000110 111101 0 101110 11101000 110110 100011

Color Harmonies of #293689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293689

Black with #293689

Text Example


Text Example

White with #293689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293689; }

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

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

background-color css

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

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

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

border-color css

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

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

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