Html Css Color HEX #293D87 Resolution Blue

📋 copy color: '#293D87'

red 41 ◦ green 61 ◦ blue 135

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

Shades of Resolution Blue #293D87

Tints of Resolution Blue #293D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

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

R = 17.3%
G = 25.74%
B = 56.96%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293D87 (or 0x293D87) is known color: Resolution Blue. HEX triplet: 29, 3D and 87. RGB value is (41,61,135). Sum of RGB (Red+Green+Blue) = 41+61+135=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #293D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D87 is #D6C278. Grayscale: #3F3F3F. Windows color (decimal): -14074489 or 8863017. OLE color: 8863017.

HSL color Cylindrical-coordinate representation of color #293D87: hue angle of 227.23º 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 #293D87 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 61 135 -
CMYK 0.70 0.55 0 0.47
HSL 227.23º 0.53% 0.35% -
HSV(B) 227.23º 0.7% 0.53% -
XYZ 6.96 5.56 23.63 -
YUV 63.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 41 61 135 0.70 0.55 0 0.47 227.23 0.53 0.35
Hex 29 3D 87 46 37 0 2F E3 35 23
Octal 51 75 207 106 67 0 57 343 65 43
Binary 101001 111101 10000111 1000110 110111 0 101111 11100011 110101 100011

Color Harmonies of #293D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D87

Black with #293D87

Text Example


Text Example

White with #293D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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