Html Css Color HEX #295D9F Endeavour

📋 copy color: '#295D9F'

red 41 ◦ green 93 ◦ blue 159

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

Shades of Endeavour #295D9F

Tints of Endeavour #295D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

 BLUE value IS 159 (62.5% from 255) = 54.27%

R = 13.99%
G = 31.74%
B = 54.27%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#295D9F (or 0x295D9F) is known color: Endeavour. HEX triplet: 29, 5D and 9F. RGB value is (41,93,159). Sum of RGB (Red+Green+Blue) = 41+93+159=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #295D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D9F is #D6A260. Grayscale: #545454. Windows color (decimal): -14066273 or 10444073. OLE color: 10444073.

HSL color Cylindrical-coordinate representation of color #295D9F: hue angle of 213.56º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295D9F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 93 159 -
CMYK 0.74 0.42 0 0.38
HSL 213.56º 0.59% 0.39% -
HSV(B) 213.56º 0.74% 0.62% -
XYZ 11.09 10.8 34.3 -
YUV 84.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 41 93 159 0.74 0.42 0 0.38 213.56 0.59 0.39
Hex 29 5D 9F 4A 2A 0 26 D6 3B 27
Octal 51 135 237 112 52 0 46 326 73 47
Binary 101001 1011101 10011111 1001010 101010 0 100110 11010110 111011 100111

Color Harmonies of #295D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D9F

Black with #295D9F

Text Example


Text Example

White with #295D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,159); }

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

background-color css

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

 a { background-color: rgb(41,93,159); }

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

border-color css

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

 span { border-color: rgb(41,93,159); }

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