Html Css Color HEX #295D93 Endeavour

📋 copy color: '#295D93'

red 41 ◦ green 93 ◦ blue 147

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

Shades of Endeavour #295D93

Tints of Endeavour #295D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 14.59%
G = 33.1%
B = 52.31%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295D93 (or 0x295D93) is known color: Endeavour. HEX triplet: 29, 5D and 93. RGB value is (41,93,147). Sum of RGB (Red+Green+Blue) = 41+93+147=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #295D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D93 is #D6A26C. Grayscale: #535353. Windows color (decimal): -14066285 or 9657641. OLE color: 9657641.

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

Color convert

RGB 41 93 147 -
CMYK 0.72 0.37 0 0.42
HSL 210.57º 0.56% 0.37% -
HSV(B) 210.57º 0.72% 0.58% -
XYZ 10.1 10.41 29.08 -
YUV 83.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 41 93 147 0.72 0.37 0 0.42 210.57 0.56 0.37
Hex 29 5D 93 48 25 0 2A D3 38 25
Octal 51 135 223 110 45 0 52 323 70 45
Binary 101001 1011101 10010011 1001000 100101 0 101010 11010011 111000 100101

Color Harmonies of #295D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D93

Black with #295D93

Text Example


Text Example

White with #295D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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