Html Css Color HEX #294376 Resolution Blue

📋 copy color: '#294376'

red 41 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #294376

Tints of Resolution Blue #294376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

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

R = 18.14%
G = 29.65%
B = 52.21%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294376 (or 0x294376) is known color: Resolution Blue. HEX triplet: 29, 43 and 76. RGB value is (41,67,118). Sum of RGB (Red+Green+Blue) = 41+67+118=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #294376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294376 is #D6BC89. Grayscale: #404040. Windows color (decimal): -14072970 or 7750441. OLE color: 7750441.

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

Color convert

RGB 41 67 118 -
CMYK 0.65 0.43 0 0.54
HSL 219.74º 0.48% 0.31% -
HSV(B) 219.74º 0.65% 0.46% -
XYZ 6.19 5.79 17.93 -
YUV 65.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 41 67 118 0.65 0.43 0 0.54 219.74 0.48 0.31
Hex 29 43 76 41 2B 0 36 DC 30 1F
Octal 51 103 166 101 53 0 66 334 60 37
Binary 101001 1000011 1110110 1000001 101011 0 110110 11011100 110000 11111

Color Harmonies of #294376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294376

Black with #294376

Text Example


Text Example

White with #294376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294376; }

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

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

background-color css

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

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

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

border-color css

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

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

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