Html Css Color HEX #295C98 Endeavour

📋 copy color: '#295C98'

red 41 ◦ green 92 ◦ blue 152

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

Shades of Endeavour #295C98

Tints of Endeavour #295C98

RGB

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

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

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

R = 14.39%
G = 32.28%
B = 53.33%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#295C98 (or 0x295C98) is known color: Endeavour. HEX triplet: 29, 5C and 98. RGB value is (41,92,152). Sum of RGB (Red+Green+Blue) = 41+92+152=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #295C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C98 is #D6A367. Grayscale: #535353. Windows color (decimal): -14066536 or 9985065. OLE color: 9985065.

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

Color convert

RGB 41 92 152 -
CMYK 0.73 0.39 0 0.40
HSL 212.43º 0.58% 0.38% -
HSV(B) 212.43º 0.73% 0.6% -
XYZ 10.41 10.39 31.16 -
YUV 83.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 41 92 152 0.73 0.39 0 0.40 212.43 0.58 0.38
Hex 29 5C 98 49 27 0 28 D4 3A 26
Octal 51 134 230 111 47 0 50 324 72 46
Binary 101001 1011100 10011000 1001001 100111 0 101000 11010100 111010 100110

Color Harmonies of #295C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C98

Black with #295C98

Text Example


Text Example

White with #295C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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