Html Css Color HEX #293676 Resolution Blue

📋 copy color: '#293676'

red 41 ◦ green 54 ◦ blue 118

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

Shades of Resolution Blue #293676

Tints of Resolution Blue #293676

RGB

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

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

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

R = 19.25%
G = 25.35%
B = 55.4%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293676 (or 0x293676) is known color: Resolution Blue. HEX triplet: 29, 36 and 76. RGB value is (41,54,118). Sum of RGB (Red+Green+Blue) = 41+54+118=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #293676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293676 is #D6C989. Grayscale: #393939. Windows color (decimal): -14076298 or 7747113. OLE color: 7747113.

HSL color Cylindrical-coordinate representation of color #293676: hue angle of 229.87º 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 #293676 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 54 118 -
CMYK 0.65 0.54 0 0.54
HSL 229.87º 0.48% 0.31% -
HSV(B) 229.87º 0.65% 0.46% -
XYZ 5.5 4.42 17.7 -
YUV 57.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 41 54 118 0.65 0.54 0 0.54 229.87 0.48 0.31
Hex 29 36 76 41 36 0 36 E6 30 1F
Octal 51 66 166 101 66 0 66 346 60 37
Binary 101001 110110 1110110 1000001 110110 0 110110 11100110 110000 11111

Color Harmonies of #293676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293676

Black with #293676

Text Example


Text Example

White with #293676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293676; }

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

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

background-color css

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

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

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

border-color css

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

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

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