Html Css Color HEX #294475 Resolution Blue

📋 copy color: '#294475'

red 41 ◦ green 68 ◦ blue 117

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

Shades of Resolution Blue #294475

Tints of Resolution Blue #294475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 18.14%
G = 30.09%
B = 51.77%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294475 (or 0x294475) is known color: Resolution Blue. HEX triplet: 29, 44 and 75. RGB value is (41,68,117). Sum of RGB (Red+Green+Blue) = 41+68+117=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #294475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294475 is #D6BB8A. Grayscale: #414141. Windows color (decimal): -14072715 or 7685161. OLE color: 7685161.

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

Color convert

RGB 41 68 117 -
CMYK 0.65 0.42 0 0.54
HSL 218.68º 0.48% 0.31% -
HSV(B) 218.68º 0.65% 0.46% -
XYZ 6.19 5.89 17.64 -
YUV 65.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 41 68 117 0.65 0.42 0 0.54 218.68 0.48 0.31
Hex 29 44 75 41 2A 0 36 DB 30 1F
Octal 51 104 165 101 52 0 66 333 60 37
Binary 101001 1000100 1110101 1000001 101010 0 110110 11011011 110000 11111

Color Harmonies of #294475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294475

Black with #294475

Text Example


Text Example

White with #294475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294475; }

 p { color: rgb(41,68,117); }

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

background-color css

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

 a { background-color: rgb(41,68,117); }

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

border-color css

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

 span { border-color: rgb(41,68,117); }

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