Html Css Color HEX #295F98 Endeavour

📋 copy color: '#295F98'

red 41 ◦ green 95 ◦ blue 152

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

Shades of Endeavour #295F98

Tints of Endeavour #295F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

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

R = 14.24%
G = 32.99%
B = 52.78%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#295F98 (or 0x295F98) is known color: Endeavour. HEX triplet: 29, 5F and 98. RGB value is (41,95,152). Sum of RGB (Red+Green+Blue) = 41+95+152=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #295F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F98 is #D6A067. Grayscale: #555555. Windows color (decimal): -14065768 or 9985833. OLE color: 9985833.

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

Color convert

RGB 41 95 152 -
CMYK 0.73 0.38 0 0.40
HSL 210.81º 0.58% 0.38% -
HSV(B) 210.81º 0.73% 0.6% -
XYZ 10.67 10.92 31.25 -
YUV 85.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 41 95 152 0.73 0.38 0 0.40 210.81 0.58 0.38
Hex 29 5F 98 49 26 0 28 D3 3A 26
Octal 51 137 230 111 46 0 50 323 72 46
Binary 101001 1011111 10011000 1001001 100110 0 101000 11010011 111010 100110

Color Harmonies of #295F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F98

Black with #295F98

Text Example


Text Example

White with #295F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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