Html Css Color HEX #2957A1 Endeavour

📋 copy color: '#2957A1'

red 41 ◦ green 87 ◦ blue 161

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

Shades of Endeavour #2957A1

Tints of Endeavour #2957A1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 161 (63.28% from 255) = 55.71%

R = 14.19%
G = 30.1%
B = 55.71%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2957A1 (or 0x2957A1) is known color: Endeavour. HEX triplet: 29, 57 and A1. RGB value is (41,87,161). Sum of RGB (Red+Green+Blue) = 41+87+161=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #2957A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2957A1 is #D6A85E. Grayscale: #515151. Windows color (decimal): -14067807 or 10573609. OLE color: 10573609.

HSL color Cylindrical-coordinate representation of color #2957A1: hue angle of 217º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2957A1 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 87 161 -
CMYK 0.75 0.46 0 0.37
HSL 217º 0.59% 0.4% -
HSV(B) 217º 0.75% 0.63% -
XYZ 10.76 9.86 35.05 -
YUV 81.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 41 87 161 0.75 0.46 0 0.37 217 0.59 0.4
Hex 29 57 A1 4B 2E 0 25 D9 3B 28
Octal 51 127 241 113 56 0 45 331 73 50
Binary 101001 1010111 10100001 1001011 101110 0 100101 11011001 111011 101000

Color Harmonies of #2957A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957A1

Black with #2957A1

Text Example


Text Example

White with #2957A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2957A1; }

 p { color: rgb(41,87,161); }

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

background-color css

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

 a { background-color: rgb(41,87,161); }

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

border-color css

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

 span { border-color: rgb(41,87,161); }

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