Html Css Color HEX #295C96 Endeavour

📋 copy color: '#295C96'

red 41 ◦ green 92 ◦ blue 150

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

Shades of Endeavour #295C96

Tints of Endeavour #295C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53%

R = 14.49%
G = 32.51%
B = 53%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295C96 (or 0x295C96) is known color: Endeavour. HEX triplet: 29, 5C and 96. RGB value is (41,92,150). Sum of RGB (Red+Green+Blue) = 41+92+150=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #295C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C96 is #D6A369. Grayscale: #535353. Windows color (decimal): -14066538 or 9853993. OLE color: 9853993.

HSL color Cylindrical-coordinate representation of color #295C96: hue angle of 211.93º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295C96 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 92 150 -
CMYK 0.73 0.39 0 0.41
HSL 211.93º 0.57% 0.37% -
HSV(B) 211.93º 0.73% 0.59% -
XYZ 10.25 10.33 30.31 -
YUV 83.36 165.6 97.78 -
System Red Green Blue C M Y K H S L
Decimal 41 92 150 0.73 0.39 0 0.41 211.93 0.57 0.37
Hex 29 5C 96 49 27 0 29 D4 39 25
Octal 51 134 226 111 47 0 51 324 71 45
Binary 101001 1011100 10010110 1001001 100111 0 101001 11010100 111001 100101

Color Harmonies of #295C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C96

Black with #295C96

Text Example


Text Example

White with #295C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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