Html Css Color HEX #293770 Resolution Blue

📋 copy color: '#293770'

red 41 ◦ green 55 ◦ blue 112

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

Shades of Resolution Blue #293770

Tints of Resolution Blue #293770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 19.71%
G = 26.44%
B = 53.85%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#293770 (or 0x293770) is known color: Resolution Blue. HEX triplet: 29, 37 and 70. RGB value is (41,55,112). Sum of RGB (Red+Green+Blue) = 41+55+112=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #293770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293770 is #D6C88F. Grayscale: #393939. Windows color (decimal): -14076048 or 7354153. OLE color: 7354153.

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

Color convert

RGB 41 55 112 -
CMYK 0.63 0.51 0 0.56
HSL 228.17º 0.46% 0.3% -
HSV(B) 228.17º 0.63% 0.44% -
XYZ 5.21 4.37 15.9 -
YUV 57.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 41 55 112 0.63 0.51 0 0.56 228.17 0.46 0.3
Hex 29 37 70 3F 33 0 38 E4 2E 1E
Octal 51 67 160 77 63 0 70 344 56 36
Binary 101001 110111 1110000 111111 110011 0 111000 11100100 101110 11110

Color Harmonies of #293770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293770

Black with #293770

Text Example


Text Example

White with #293770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293770; }

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

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

background-color css

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

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

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

border-color css

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

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

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