Html Css Color HEX #295198 Endeavour

📋 copy color: '#295198'

red 41 ◦ green 81 ◦ blue 152

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

Shades of Endeavour #295198

Tints of Endeavour #295198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 14.96%
G = 29.56%
B = 55.47%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#295198 (or 0x295198) is known color: Endeavour. HEX triplet: 29, 51 and 98. RGB value is (41,81,152). Sum of RGB (Red+Green+Blue) = 41+81+152=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #295198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295198 is #D6AE67. Grayscale: #4C4C4C. Windows color (decimal): -14069352 or 9982249. OLE color: 9982249.

HSL color Cylindrical-coordinate representation of color #295198: hue angle of 218.38º 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 #295198 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 81 152 -
CMYK 0.73 0.47 0 0.40
HSL 218.38º 0.58% 0.38% -
HSV(B) 218.38º 0.73% 0.6% -
XYZ 9.52 8.62 30.87 -
YUV 77.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 41 81 152 0.73 0.47 0 0.40 218.38 0.58 0.38
Hex 29 51 98 49 2F 0 28 DA 3A 26
Octal 51 121 230 111 57 0 50 332 72 46
Binary 101001 1010001 10011000 1001001 101111 0 101000 11011010 111010 100110

Color Harmonies of #295198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295198

Black with #295198

Text Example


Text Example

White with #295198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295198; }

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

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

background-color css

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

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

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

border-color css

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

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

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