Html Css Color HEX #293570 Resolution Blue

📋 copy color: '#293570'

red 41 ◦ green 53 ◦ blue 112

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

Shades of Resolution Blue #293570

Tints of Resolution Blue #293570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 19.9%
G = 25.73%
B = 54.37%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293570 (or 0x293570) is known color: Resolution Blue. HEX triplet: 29, 35 and 70. RGB value is (41,53,112). Sum of RGB (Red+Green+Blue) = 41+53+112=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #293570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293570 is #D6CA8F. Grayscale: #373737. Windows color (decimal): -14076560 or 7353641. OLE color: 7353641.

HSL color Cylindrical-coordinate representation of color #293570: hue angle of 229.86º 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 #293570 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 53 112 -
CMYK 0.63 0.53 0 0.56
HSL 229.86º 0.46% 0.3% -
HSV(B) 229.86º 0.63% 0.44% -
XYZ 5.11 4.19 15.87 -
YUV 56.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 41 53 112 0.63 0.53 0 0.56 229.86 0.46 0.3
Hex 29 35 70 3F 35 0 38 E6 2E 1E
Octal 51 65 160 77 65 0 70 346 56 36
Binary 101001 110101 1110000 111111 110101 0 111000 11100110 101110 11110

Color Harmonies of #293570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293570

Black with #293570

Text Example


Text Example

White with #293570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293570; }

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

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

background-color css

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

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

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

border-color css

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

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

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