Html Css Color HEX #295698 Endeavour

📋 copy color: '#295698'

red 41 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #295698

Tints of Endeavour #295698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

 BLUE value IS 152 (59.77% from 255) = 54.48%

R = 14.7%
G = 30.82%
B = 54.48%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#295698 (or 0x295698) is known color: Endeavour. HEX triplet: 29, 56 and 98. RGB value is (41,86,152). Sum of RGB (Red+Green+Blue) = 41+86+152=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #295698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295698 is #D6A967. Grayscale: #4F4F4F. Windows color (decimal): -14068072 or 9983529. OLE color: 9983529.

HSL color Cylindrical-coordinate representation of color #295698: hue angle of 215.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295698 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 86 152 -
CMYK 0.73 0.43 0 0.40
HSL 215.68º 0.58% 0.38% -
HSV(B) 215.68º 0.73% 0.6% -
XYZ 9.91 9.39 31 -
YUV 80.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 41 86 152 0.73 0.43 0 0.40 215.68 0.58 0.38
Hex 29 56 98 49 2B 0 28 D8 3A 26
Octal 51 126 230 111 53 0 50 330 72 46
Binary 101001 1010110 10011000 1001001 101011 0 101000 11011000 111010 100110

Color Harmonies of #295698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295698

Black with #295698

Text Example


Text Example

White with #295698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295698; }

 p { color: rgb(41,86,152); }

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

background-color css

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

 a { background-color: rgb(41,86,152); }

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

border-color css

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

 span { border-color: rgb(41,86,152); }

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