Html Css Color HEX #293789 Resolution Blue

📋 copy color: '#293789'

red 41 ◦ green 55 ◦ blue 137

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

Shades of Resolution Blue #293789

Tints of Resolution Blue #293789

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 17.6%
G = 23.61%
B = 58.8%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#293789 (or 0x293789) is known color: Resolution Blue. HEX triplet: 29, 37 and 89. RGB value is (41,55,137). Sum of RGB (Red+Green+Blue) = 41+55+137=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #293789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293789 is #D6C876. Grayscale: #3B3B3B. Windows color (decimal): -14076023 or 8992553. OLE color: 8992553.

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

Color convert

RGB 41 55 137 -
CMYK 0.70 0.60 0 0.46
HSL 231.25º 0.54% 0.35% -
HSV(B) 231.25º 0.7% 0.54% -
XYZ 6.8 5.01 24.28 -
YUV 60.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 41 55 137 0.70 0.60 0 0.46 231.25 0.54 0.35
Hex 29 37 89 46 3C 0 2E E7 36 23
Octal 51 67 211 106 74 0 56 347 66 43
Binary 101001 110111 10001001 1000110 111100 0 101110 11100111 110110 100011

Color Harmonies of #293789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293789

Black with #293789

Text Example


Text Example

White with #293789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293789; }

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

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

background-color css

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

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

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

border-color css

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

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

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