Html Css Color HEX #293975 Resolution Blue

📋 copy color: '#293975'

red 41 ◦ green 57 ◦ blue 117

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

Shades of Resolution Blue #293975

Tints of Resolution Blue #293975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 19.07%
G = 26.51%
B = 54.42%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293975 (or 0x293975) is known color: Resolution Blue. HEX triplet: 29, 39 and 75. RGB value is (41,57,117). Sum of RGB (Red+Green+Blue) = 41+57+117=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #293975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293975 is #D6C68A. Grayscale: #3A3A3A. Windows color (decimal): -14075531 or 7682345. OLE color: 7682345.

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

Color convert

RGB 41 57 117 -
CMYK 0.65 0.51 0 0.54
HSL 227.37º 0.48% 0.31% -
HSV(B) 227.37º 0.65% 0.46% -
XYZ 5.59 4.68 17.44 -
YUV 59.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 41 57 117 0.65 0.51 0 0.54 227.37 0.48 0.31
Hex 29 39 75 41 33 0 36 E3 30 1F
Octal 51 71 165 101 63 0 66 343 60 37
Binary 101001 111001 1110101 1000001 110011 0 110110 11100011 110000 11111

Color Harmonies of #293975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293975

Black with #293975

Text Example


Text Example

White with #293975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293975; }

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

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

background-color css

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

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

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

border-color css

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

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

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