Html Css Color HEX #293790 Resolution Blue

📋 copy color: '#293790'

red 41 ◦ green 55 ◦ blue 144

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

Shades of Resolution Blue #293790

Tints of Resolution Blue #293790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60%

R = 17.08%
G = 22.92%
B = 60%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293790 (or 0x293790) is known color: Resolution Blue. HEX triplet: 29, 37 and 90. RGB value is (41,55,144). Sum of RGB (Red+Green+Blue) = 41+55+144=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #293790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293790 is #D6C86F. Grayscale: #3C3C3C. Windows color (decimal): -14076016 or 9451305. OLE color: 9451305.

HSL color Cylindrical-coordinate representation of color #293790: hue angle of 231.84º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293790 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 55 144 -
CMYK 0.72 0.62 0 0.44
HSL 231.84º 0.56% 0.36% -
HSV(B) 231.84º 0.72% 0.56% -
XYZ 7.31 5.22 27.01 -
YUV 60.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 41 55 144 0.72 0.62 0 0.44 231.84 0.56 0.36
Hex 29 37 90 48 3E 0 2C E8 38 24
Octal 51 67 220 110 76 0 54 350 70 44
Binary 101001 110111 10010000 1001000 111110 0 101100 11101000 111000 100100

Color Harmonies of #293790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293790

Black with #293790

Text Example


Text Example

White with #293790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293790; }

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

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

background-color css

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

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

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

border-color css

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

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

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