Html Css Color HEX #293781 Resolution Blue

📋 copy color: '#293781'

red 41 ◦ green 55 ◦ blue 129

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

Shades of Resolution Blue #293781

Tints of Resolution Blue #293781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 18.22%
G = 24.44%
B = 57.33%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#293781 (or 0x293781) is known color: Resolution Blue. HEX triplet: 29, 37 and 81. RGB value is (41,55,129). Sum of RGB (Red+Green+Blue) = 41+55+129=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #293781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293781 is #D6C87E. Grayscale: #3A3A3A. Windows color (decimal): -14076031 or 8468265. OLE color: 8468265.

HSL color Cylindrical-coordinate representation of color #293781: hue angle of 230.45º 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 #293781 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 55 129 -
CMYK 0.68 0.57 0 0.49
HSL 230.45º 0.52% 0.33% -
HSV(B) 230.45º 0.68% 0.51% -
XYZ 6.24 4.79 21.36 -
YUV 59.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 41 55 129 0.68 0.57 0 0.49 230.45 0.52 0.33
Hex 29 37 81 44 39 0 31 E6 34 21
Octal 51 67 201 104 71 0 61 346 64 41
Binary 101001 110111 10000001 1000100 111001 0 110001 11100110 110100 100001

Color Harmonies of #293781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293781

Black with #293781

Text Example


Text Example

White with #293781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293781; }

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

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

background-color css

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

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

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

border-color css

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

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

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