Html Css Color HEX #295C92 Endeavour

📋 copy color: '#295C92'

red 41 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #295C92

Tints of Endeavour #295C92

RGB

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

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

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

R = 14.7%
G = 32.97%
B = 52.33%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295C92 (or 0x295C92) is known color: Endeavour. HEX triplet: 29, 5C and 92. RGB value is (41,92,146). Sum of RGB (Red+Green+Blue) = 41+92+146=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #295C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C92 is #D6A36D. Grayscale: #525252. Windows color (decimal): -14066542 or 9591849. OLE color: 9591849.

HSL color Cylindrical-coordinate representation of color #295C92: hue angle of 210.86º 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 #295C92 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 92 146 -
CMYK 0.72 0.37 0 0.43
HSL 210.86º 0.56% 0.37% -
HSV(B) 210.86º 0.72% 0.57% -
XYZ 9.93 10.2 28.64 -
YUV 82.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 41 92 146 0.72 0.37 0 0.43 210.86 0.56 0.37
Hex 29 5C 92 48 25 0 2B D3 38 25
Octal 51 134 222 110 45 0 53 323 70 45
Binary 101001 1011100 10010010 1001000 100101 0 101011 11010011 111000 100101

Color Harmonies of #295C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C92

Black with #295C92

Text Example


Text Example

White with #295C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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