Html Css Color HEX #293370 Resolution Blue

📋 copy color: '#293370'

red 41 ◦ green 51 ◦ blue 112

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

Shades of Resolution Blue #293370

Tints of Resolution Blue #293370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 20.1%
G = 25%
B = 54.9%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293370 (or 0x293370) is known color: Resolution Blue. HEX triplet: 29, 33 and 70. RGB value is (41,51,112). Sum of RGB (Red+Green+Blue) = 41+51+112=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #293370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293370 is #D6CC8F. Grayscale: #363636. Windows color (decimal): -14077072 or 7353129. OLE color: 7353129.

HSL color Cylindrical-coordinate representation of color #293370: hue angle of 231.55º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293370 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 51 112 -
CMYK 0.63 0.54 0 0.56
HSL 231.55º 0.46% 0.3% -
HSV(B) 231.55º 0.63% 0.44% -
XYZ 5.02 4.01 15.84 -
YUV 54.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 41 51 112 0.63 0.54 0 0.56 231.55 0.46 0.3
Hex 29 33 70 3F 36 0 38 E8 2E 1E
Octal 51 63 160 77 66 0 70 350 56 36
Binary 101001 110011 1110000 111111 110110 0 111000 11101000 101110 11110

Color Harmonies of #293370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293370

Black with #293370

Text Example


Text Example

White with #293370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293370; }

 p { color: rgb(41,51,112); }

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

background-color css

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

 a { background-color: rgb(41,51,112); }

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

border-color css

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

 span { border-color: rgb(41,51,112); }

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