Html Css Color HEX #295B9B Endeavour

📋 copy color: '#295B9B'

red 41 ◦ green 91 ◦ blue 155

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

Shades of Endeavour #295B9B

Tints of Endeavour #295B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 14.29%
G = 31.71%
B = 54.01%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#295B9B (or 0x295B9B) is known color: Endeavour. HEX triplet: 29, 5B and 9B. RGB value is (41,91,155). Sum of RGB (Red+Green+Blue) = 41+91+155=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #295B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295B9B is #D6A464. Grayscale: #535353. Windows color (decimal): -14066789 or 10181417. OLE color: 10181417.

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

Color convert

RGB 41 91 155 -
CMYK 0.74 0.41 0 0.39
HSL 213.68º 0.58% 0.38% -
HSV(B) 213.68º 0.74% 0.61% -
XYZ 10.57 10.32 32.45 -
YUV 83.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 41 91 155 0.74 0.41 0 0.39 213.68 0.58 0.38
Hex 29 5B 9B 4A 29 0 27 D6 3A 26
Octal 51 133 233 112 51 0 47 326 72 46
Binary 101001 1011011 10011011 1001010 101001 0 100111 11010110 111010 100110

Color Harmonies of #295B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B9B

Black with #295B9B

Text Example


Text Example

White with #295B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,155); }

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

background-color css

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

 a { background-color: rgb(41,91,155); }

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

border-color css

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

 span { border-color: rgb(41,91,155); }

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