Html Css Color HEX #293C87 Resolution Blue

📋 copy color: '#293C87'

red 41 ◦ green 60 ◦ blue 135

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

Shades of Resolution Blue #293C87

Tints of Resolution Blue #293C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 17.37%
G = 25.42%
B = 57.2%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293C87 (or 0x293C87) is known color: Resolution Blue. HEX triplet: 29, 3C and 87. RGB value is (41,60,135). Sum of RGB (Red+Green+Blue) = 41+60+135=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #293C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C87 is #D6C378. Grayscale: #3E3E3E. Windows color (decimal): -14074745 or 8862761. OLE color: 8862761.

HSL color Cylindrical-coordinate representation of color #293C87: hue angle of 227.87º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293C87 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 60 135 -
CMYK 0.70 0.56 0 0.47
HSL 227.87º 0.53% 0.35% -
HSV(B) 227.87º 0.7% 0.53% -
XYZ 6.9 5.45 23.61 -
YUV 62.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 41 60 135 0.70 0.56 0 0.47 227.87 0.53 0.35
Hex 29 3C 87 46 38 0 2F E4 35 23
Octal 51 74 207 106 70 0 57 344 65 43
Binary 101001 111100 10000111 1000110 111000 0 101111 11100100 110101 100011

Color Harmonies of #293C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C87

Black with #293C87

Text Example


Text Example

White with #293C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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