Html Css Color HEX #293776 Resolution Blue

📋 copy color: '#293776'

red 41 ◦ green 55 ◦ blue 118

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

Shades of Resolution Blue #293776

Tints of Resolution Blue #293776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 19.16%
G = 25.7%
B = 55.14%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293776 (or 0x293776) is known color: Resolution Blue. HEX triplet: 29, 37 and 76. RGB value is (41,55,118). Sum of RGB (Red+Green+Blue) = 41+55+118=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #293776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293776 is #D6C889. Grayscale: #393939. Windows color (decimal): -14076042 or 7747369. OLE color: 7747369.

HSL color Cylindrical-coordinate representation of color #293776: hue angle of 229.09º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293776 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 55 118 -
CMYK 0.65 0.53 0 0.54
HSL 229.09º 0.48% 0.31% -
HSV(B) 229.09º 0.65% 0.46% -
XYZ 5.55 4.51 17.72 -
YUV 58 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 41 55 118 0.65 0.53 0 0.54 229.09 0.48 0.31
Hex 29 37 76 41 35 0 36 E5 30 1F
Octal 51 67 166 101 65 0 66 345 60 37
Binary 101001 110111 1110110 1000001 110101 0 110110 11100101 110000 11111

Color Harmonies of #293776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293776

Black with #293776

Text Example


Text Example

White with #293776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293776; }

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

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

background-color css

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

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

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

border-color css

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

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

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