Html Css Color HEX #293890 Resolution Blue

📋 copy color: '#293890'

red 41 ◦ green 56 ◦ blue 144

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

Shades of Resolution Blue #293890

Tints of Resolution Blue #293890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 17.01%
G = 23.24%
B = 59.75%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293890 (or 0x293890) is known color: Resolution Blue. HEX triplet: 29, 38 and 90. RGB value is (41,56,144). Sum of RGB (Red+Green+Blue) = 41+56+144=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #293890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293890 is #D6C76F. Grayscale: #3D3D3D. Windows color (decimal): -14075760 or 9451561. OLE color: 9451561.

HSL color Cylindrical-coordinate representation of color #293890: hue angle of 231.26º 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 #293890 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 56 144 -
CMYK 0.72 0.61 0 0.44
HSL 231.26º 0.56% 0.36% -
HSV(B) 231.26º 0.72% 0.56% -
XYZ 7.36 5.31 27.02 -
YUV 61.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 41 56 144 0.72 0.61 0 0.44 231.26 0.56 0.36
Hex 29 38 90 48 3D 0 2C E7 38 24
Octal 51 70 220 110 75 0 54 347 70 44
Binary 101001 111000 10010000 1001000 111101 0 101100 11100111 111000 100100

Color Harmonies of #293890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293890

Black with #293890

Text Example


Text Example

White with #293890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293890; }

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

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

background-color css

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

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

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

border-color css

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

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

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