Html Css Color HEX #293A81 Resolution Blue

📋 copy color: '#293A81'

red 41 ◦ green 58 ◦ blue 129

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

Shades of Resolution Blue #293A81

Tints of Resolution Blue #293A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.58%

R = 17.98%
G = 25.44%
B = 56.58%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#293A81 (or 0x293A81) is known color: Resolution Blue. HEX triplet: 29, 3A and 81. RGB value is (41,58,129). Sum of RGB (Red+Green+Blue) = 41+58+129=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #293A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A81 is #D6C57E. Grayscale: #3C3C3C. Windows color (decimal): -14075263 or 8469033. OLE color: 8469033.

HSL color Cylindrical-coordinate representation of color #293A81: hue angle of 228.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293A81 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 58 129 -
CMYK 0.68 0.55 0 0.49
HSL 228.41º 0.52% 0.33% -
HSV(B) 228.41º 0.68% 0.51% -
XYZ 6.39 5.08 21.41 -
YUV 61.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 41 58 129 0.68 0.55 0 0.49 228.41 0.52 0.33
Hex 29 3A 81 44 37 0 31 E4 34 21
Octal 51 72 201 104 67 0 61 344 64 41
Binary 101001 111010 10000001 1000100 110111 0 110001 11100100 110100 100001

Color Harmonies of #293A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A81

Black with #293A81

Text Example


Text Example

White with #293A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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