Html Css Color HEX #293577 Resolution Blue

📋 copy color: '#293577'

red 41 ◦ green 53 ◦ blue 119

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

Shades of Resolution Blue #293577

Tints of Resolution Blue #293577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 19.25%
G = 24.88%
B = 55.87%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293577 (or 0x293577) is known color: Resolution Blue. HEX triplet: 29, 35 and 77. RGB value is (41,53,119). Sum of RGB (Red+Green+Blue) = 41+53+119=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #293577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293577 is #D6CA88. Grayscale: #383838. Windows color (decimal): -14076553 or 7812393. OLE color: 7812393.

HSL color Cylindrical-coordinate representation of color #293577: hue angle of 230.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293577 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 53 119 -
CMYK 0.66 0.55 0 0.53
HSL 230.77º 0.49% 0.31% -
HSV(B) 230.77º 0.66% 0.47% -
XYZ 5.52 4.35 18 -
YUV 56.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 41 53 119 0.66 0.55 0 0.53 230.77 0.49 0.31
Hex 29 35 77 42 37 0 35 E7 31 1F
Octal 51 65 167 102 67 0 65 347 61 37
Binary 101001 110101 1110111 1000010 110111 0 110101 11100111 110001 11111

Color Harmonies of #293577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293577

Black with #293577

Text Example


Text Example

White with #293577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293577; }

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

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

background-color css

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

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

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

border-color css

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

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

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