Html Css Color HEX #293E77 Resolution Blue

📋 copy color: '#293E77'

red 41 ◦ green 62 ◦ blue 119

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

Shades of Resolution Blue #293E77

Tints of Resolution Blue #293E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.93%

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 18.47%
G = 27.93%
B = 53.6%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293E77 (or 0x293E77) is known color: Resolution Blue. HEX triplet: 29, 3E and 77. RGB value is (41,62,119). Sum of RGB (Red+Green+Blue) = 41+62+119=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #293E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E77 is #D6C188. Grayscale: #3D3D3D. Windows color (decimal): -14074249 or 7814697. OLE color: 7814697.

HSL color Cylindrical-coordinate representation of color #293E77: hue angle of 223.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293E77 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 62 119 -
CMYK 0.66 0.48 0 0.53
HSL 223.85º 0.49% 0.31% -
HSV(B) 223.85º 0.66% 0.47% -
XYZ 5.97 5.25 18.15 -
YUV 62.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 41 62 119 0.66 0.48 0 0.53 223.85 0.49 0.31
Hex 29 3E 77 42 30 0 35 E0 31 1F
Octal 51 76 167 102 60 0 65 340 61 37
Binary 101001 111110 1110111 1000010 110000 0 110101 11100000 110001 11111

Color Harmonies of #293E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E77

Black with #293E77

Text Example


Text Example

White with #293E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,119); }

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

background-color css

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

 a { background-color: rgb(41,62,119); }

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

border-color css

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

 span { border-color: rgb(41,62,119); }

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