Html Css Color HEX #2958A0 Endeavour

📋 copy color: '#2958A0'

red 41 ◦ green 88 ◦ blue 160

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

Shades of Endeavour #2958A0

Tints of Endeavour #2958A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

 BLUE value IS 160 (62.89% from 255) = 55.36%

R = 14.19%
G = 30.45%
B = 55.36%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2958A0 (or 0x2958A0) is known color: Endeavour. HEX triplet: 29, 58 and A0. RGB value is (41,88,160). Sum of RGB (Red+Green+Blue) = 41+88+160=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #2958A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2958A0 is #D6A75F. Grayscale: #515151. Windows color (decimal): -14067552 or 10508329. OLE color: 10508329.

HSL color Cylindrical-coordinate representation of color #2958A0: hue angle of 216.3º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2958A0 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 88 160 -
CMYK 0.74 0.45 0 0.37
HSL 216.3º 0.59% 0.39% -
HSV(B) 216.3º 0.74% 0.63% -
XYZ 10.75 9.99 34.62 -
YUV 82.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 41 88 160 0.74 0.45 0 0.37 216.3 0.59 0.39
Hex 29 58 A0 4A 2D 0 25 D8 3B 27
Octal 51 130 240 112 55 0 45 330 73 47
Binary 101001 1011000 10100000 1001010 101101 0 100101 11011000 111011 100111

Color Harmonies of #2958A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958A0

Black with #2958A0

Text Example


Text Example

White with #2958A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2958A0; }

 p { color: rgb(41,88,160); }

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

background-color css

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

 a { background-color: rgb(41,88,160); }

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

border-color css

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

 span { border-color: rgb(41,88,160); }

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