Html Css Color HEX #293A72 Resolution Blue

📋 copy color: '#293A72'

red 41 ◦ green 58 ◦ blue 114

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

Shades of Resolution Blue #293A72

Tints of Resolution Blue #293A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.23%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 19.25%
G = 27.23%
B = 53.52%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#293A72 (or 0x293A72) is known color: Resolution Blue. HEX triplet: 29, 3A and 72. RGB value is (41,58,114). Sum of RGB (Red+Green+Blue) = 41+58+114=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #293A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A72 is #D6C58D. Grayscale: #3B3B3B. Windows color (decimal): -14075278 or 7485993. OLE color: 7485993.

HSL color Cylindrical-coordinate representation of color #293A72: hue angle of 226.03º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293A72 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 58 114 -
CMYK 0.64 0.49 0 0.55
HSL 226.03º 0.47% 0.3% -
HSV(B) 226.03º 0.64% 0.45% -
XYZ 5.46 4.71 16.54 -
YUV 59.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 41 58 114 0.64 0.49 0 0.55 226.03 0.47 0.3
Hex 29 3A 72 40 31 0 37 E2 2F 1E
Octal 51 72 162 100 61 0 67 342 57 36
Binary 101001 111010 1110010 1000000 110001 0 110111 11100010 101111 11110

Color Harmonies of #293A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A72

Black with #293A72

Text Example


Text Example

White with #293A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A72; }

 p { color: rgb(41,58,114); }

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

background-color css

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

 a { background-color: rgb(41,58,114); }

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

border-color css

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

 span { border-color: rgb(41,58,114); }

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