Html Css Color HEX #295993 Endeavour

📋 copy color: '#295993'

red 41 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #295993

Tints of Endeavour #295993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 14.8%
G = 32.13%
B = 53.07%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295993 (or 0x295993) is known color: Endeavour. HEX triplet: 29, 59 and 93. RGB value is (41,89,147). Sum of RGB (Red+Green+Blue) = 41+89+147=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #295993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295993 is #D6A66C. Grayscale: #505050. Windows color (decimal): -14067309 or 9656617. OLE color: 9656617.

HSL color Cylindrical-coordinate representation of color #295993: hue angle of 212.83º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295993 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 89 147 -
CMYK 0.72 0.39 0 0.42
HSL 212.83º 0.56% 0.37% -
HSV(B) 212.83º 0.72% 0.58% -
XYZ 9.75 9.72 28.97 -
YUV 81.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 41 89 147 0.72 0.39 0 0.42 212.83 0.56 0.37
Hex 29 59 93 48 27 0 2A D5 38 25
Octal 51 131 223 110 47 0 52 325 70 45
Binary 101001 1011001 10010011 1001000 100111 0 101010 11010101 111000 100101

Color Harmonies of #295993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295993

Black with #295993

Text Example


Text Example

White with #295993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295993; }

 p { color: rgb(41,89,147); }

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

background-color css

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

 a { background-color: rgb(41,89,147); }

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

border-color css

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

 span { border-color: rgb(41,89,147); }

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