Html Css Color HEX #295A8B Endeavour

📋 copy color: '#295A8B'

red 41 ◦ green 90 ◦ blue 139

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

Shades of Endeavour #295A8B

Tints of Endeavour #295A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 15.19%
G = 33.33%
B = 51.48%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#295A8B (or 0x295A8B) is known color: Endeavour. HEX triplet: 29, 5A and 8B. RGB value is (41,90,139). Sum of RGB (Red+Green+Blue) = 41+90+139=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #295A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A8B is #D6A574. Grayscale: #505050. Windows color (decimal): -14067061 or 9132585. OLE color: 9132585.

HSL color Cylindrical-coordinate representation of color #295A8B: hue angle of 210º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295A8B is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 90 139 -
CMYK 0.71 0.35 0 0.45
HSL 210º 0.54% 0.35% -
HSV(B) 210º 0.71% 0.55% -
XYZ 9.23 9.65 25.8 -
YUV 80.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 41 90 139 0.71 0.35 0 0.45 210 0.54 0.35
Hex 29 5A 8B 47 23 0 2D D2 36 23
Octal 51 132 213 107 43 0 55 322 66 43
Binary 101001 1011010 10001011 1000111 100011 0 101101 11010010 110110 100011

Color Harmonies of #295A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A8B

Black with #295A8B

Text Example


Text Example

White with #295A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A8B; }

 p { color: rgb(41,90,139); }

 H1.HeaderClassName
 {
   color: #295A8B;
 }
 .AnyTagClassName
 {
   color: #295A8B;
 }
</style>

background-color css

<style>
 a { background-color: #295A8B; }

 a { background-color: rgb(41,90,139); }

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

border-color css

<style>
 span { border-color: #295A8B; }

 span { border-color: rgb(41,90,139); }

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