Html Css Color HEX #293580 Resolution Blue

📋 copy color: '#293580'

red 41 ◦ green 53 ◦ blue 128

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

Shades of Resolution Blue #293580

Tints of Resolution Blue #293580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.66%

R = 18.47%
G = 23.87%
B = 57.66%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#293580 (or 0x293580) is known color: Resolution Blue. HEX triplet: 29, 35 and 80. RGB value is (41,53,128). Sum of RGB (Red+Green+Blue) = 41+53+128=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #293580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293580 is #D6CA7F. Grayscale: #393939. Windows color (decimal): -14076544 or 8402217. OLE color: 8402217.

HSL color Cylindrical-coordinate representation of color #293580: hue angle of 231.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293580 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 53 128 -
CMYK 0.68 0.59 0 0.50
HSL 231.72º 0.51% 0.33% -
HSV(B) 231.72º 0.68% 0.5% -
XYZ 6.08 4.58 20.98 -
YUV 57.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 41 53 128 0.68 0.59 0 0.50 231.72 0.51 0.33
Hex 29 35 80 44 3B 0 32 E8 33 21
Octal 51 65 200 104 73 0 62 350 63 41
Binary 101001 110101 10000000 1000100 111011 0 110010 11101000 110011 100001

Color Harmonies of #293580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293580

Black with #293580

Text Example


Text Example

White with #293580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293580; }

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

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

background-color css

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

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

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

border-color css

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

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

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