Html Css Color HEX #2954A1 Endeavour

📋 copy color: '#2954A1'

red 41 ◦ green 84 ◦ blue 161

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

Shades of Endeavour #2954A1

Tints of Endeavour #2954A1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 14.34%
G = 29.37%
B = 56.29%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2954A1 (or 0x2954A1) is known color: Endeavour. HEX triplet: 29, 54 and A1. RGB value is (41,84,161). Sum of RGB (Red+Green+Blue) = 41+84+161=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #2954A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2954A1 is #D6AB5E. Grayscale: #4F4F4F. Windows color (decimal): -14068575 or 10572841. OLE color: 10572841.

HSL color Cylindrical-coordinate representation of color #2954A1: hue angle of 218.5º 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 #2954A1 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 84 161 -
CMYK 0.75 0.48 0 0.37
HSL 218.5º 0.59% 0.4% -
HSV(B) 218.5º 0.75% 0.63% -
XYZ 10.52 9.39 34.98 -
YUV 79.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 41 84 161 0.75 0.48 0 0.37 218.5 0.59 0.4
Hex 29 54 A1 4B 30 0 25 DA 3B 28
Octal 51 124 241 113 60 0 45 332 73 50
Binary 101001 1010100 10100001 1001011 110000 0 100101 11011010 111011 101000

Color Harmonies of #2954A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2954A1

Black with #2954A1

Text Example


Text Example

White with #2954A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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