Html Css Color HEX #295F92 Endeavour

📋 copy color: '#295F92'

red 41 ◦ green 95 ◦ blue 146

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

Shades of Endeavour #295F92

Tints of Endeavour #295F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 14.54%
G = 33.69%
B = 51.77%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295F92 (or 0x295F92) is known color: Endeavour. HEX triplet: 29, 5F and 92. RGB value is (41,95,146). Sum of RGB (Red+Green+Blue) = 41+95+146=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #295F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F92 is #D6A06D. Grayscale: #545454. Windows color (decimal): -14065774 or 9592617. OLE color: 9592617.

HSL color Cylindrical-coordinate representation of color #295F92: hue angle of 209.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295F92 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 95 146 -
CMYK 0.72 0.35 0 0.43
HSL 209.14º 0.56% 0.37% -
HSV(B) 209.14º 0.72% 0.57% -
XYZ 10.19 10.73 28.73 -
YUV 84.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 41 95 146 0.72 0.35 0 0.43 209.14 0.56 0.37
Hex 29 5F 92 48 23 0 2B D1 38 25
Octal 51 137 222 110 43 0 53 321 70 45
Binary 101001 1011111 10010010 1001000 100011 0 101011 11010001 111000 100101

Color Harmonies of #295F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F92

Black with #295F92

Text Example


Text Example

White with #295F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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