Html Css Color HEX #293C79 Resolution Blue

📋 copy color: '#293C79'

red 41 ◦ green 60 ◦ blue 121

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

Shades of Resolution Blue #293C79

Tints of Resolution Blue #293C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 18.47%
G = 27.03%
B = 54.5%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293C79 (or 0x293C79) is known color: Resolution Blue. HEX triplet: 29, 3C and 79. RGB value is (41,60,121). Sum of RGB (Red+Green+Blue) = 41+60+121=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #293C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C79 is #D6C386. Grayscale: #3D3D3D. Windows color (decimal): -14074759 or 7945257. OLE color: 7945257.

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

Color convert

RGB 41 60 121 -
CMYK 0.66 0.50 0 0.53
HSL 225.75º 0.49% 0.32% -
HSV(B) 225.75º 0.66% 0.47% -
XYZ 5.98 5.08 18.76 -
YUV 61.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 41 60 121 0.66 0.50 0 0.53 225.75 0.49 0.32
Hex 29 3C 79 42 32 0 35 E2 31 20
Octal 51 74 171 102 62 0 65 342 61 40
Binary 101001 111100 1111001 1000010 110010 0 110101 11100010 110001 100000

Color Harmonies of #293C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C79

Black with #293C79

Text Example


Text Example

White with #293C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,121); }

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

background-color css

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

 a { background-color: rgb(41,60,121); }

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

border-color css

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

 span { border-color: rgb(41,60,121); }

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