Html Css Color HEX #295C8F Endeavour

📋 copy color: '#295C8F'

red 41 ◦ green 92 ◦ blue 143

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

Shades of Endeavour #295C8F

Tints of Endeavour #295C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

 BLUE value IS 143 (56.25% from 255) = 51.81%

R = 14.86%
G = 33.33%
B = 51.81%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295C8F (or 0x295C8F) is known color: Endeavour. HEX triplet: 29, 5C and 8F. RGB value is (41,92,143). Sum of RGB (Red+Green+Blue) = 41+92+143=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #295C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C8F is #D6A370. Grayscale: #525252. Windows color (decimal): -14066545 or 9395241. OLE color: 9395241.

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

Color convert

RGB 41 92 143 -
CMYK 0.71 0.36 0 0.44
HSL 210º 0.55% 0.36% -
HSV(B) 210º 0.71% 0.56% -
XYZ 9.7 10.11 27.43 -
YUV 82.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 41 92 143 0.71 0.36 0 0.44 210 0.55 0.36
Hex 29 5C 8F 47 24 0 2C D2 37 24
Octal 51 134 217 107 44 0 54 322 67 44
Binary 101001 1011100 10001111 1000111 100100 0 101100 11010010 110111 100100

Color Harmonies of #295C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C8F

Black with #295C8F

Text Example


Text Example

White with #295C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,143); }

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

background-color css

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

 a { background-color: rgb(41,92,143); }

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

border-color css

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

 span { border-color: rgb(41,92,143); }

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