Html Css Color HEX #293877 Resolution Blue

📋 copy color: '#293877'

red 41 ◦ green 56 ◦ blue 119

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

Shades of Resolution Blue #293877

Tints of Resolution Blue #293877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

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

R = 18.98%
G = 25.93%
B = 55.09%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#293877 (or 0x293877) is known color: Resolution Blue. HEX triplet: 29, 38 and 77. RGB value is (41,56,119). Sum of RGB (Red+Green+Blue) = 41+56+119=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #293877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293877 is #D6C788. Grayscale: #3A3A3A. Windows color (decimal): -14075785 or 7813161. OLE color: 7813161.

HSL color Cylindrical-coordinate representation of color #293877: hue angle of 228.46º 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 #293877 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 56 119 -
CMYK 0.66 0.53 0 0.53
HSL 228.46º 0.49% 0.31% -
HSV(B) 228.46º 0.66% 0.47% -
XYZ 5.66 4.63 18.05 -
YUV 58.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 41 56 119 0.66 0.53 0 0.53 228.46 0.49 0.31
Hex 29 38 77 42 35 0 35 E4 31 1F
Octal 51 70 167 102 65 0 65 344 61 37
Binary 101001 111000 1110111 1000010 110101 0 110101 11100100 110001 11111

Color Harmonies of #293877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293877

Black with #293877

Text Example


Text Example

White with #293877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293877; }

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

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

background-color css

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

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

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

border-color css

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

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

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