Html Css Color HEX #295F93 Endeavour

📋 copy color: '#295F93'

red 41 ◦ green 95 ◦ blue 147

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

Shades of Endeavour #295F93

Tints of Endeavour #295F93

RGB

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

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

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

R = 14.49%
G = 33.57%
B = 51.94%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295F93 (or 0x295F93) is known color: Endeavour. HEX triplet: 29, 5F and 93. RGB value is (41,95,147). Sum of RGB (Red+Green+Blue) = 41+95+147=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #295F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F93 is #D6A06C. Grayscale: #545454. Windows color (decimal): -14065773 or 9658153. OLE color: 9658153.

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

Color convert

RGB 41 95 147 -
CMYK 0.72 0.35 0 0.42
HSL 209.43º 0.56% 0.37% -
HSV(B) 209.43º 0.72% 0.58% -
XYZ 10.27 10.76 29.14 -
YUV 84.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 41 95 147 0.72 0.35 0 0.42 209.43 0.56 0.37
Hex 29 5F 93 48 23 0 2A D1 38 25
Octal 51 137 223 110 43 0 52 321 70 45
Binary 101001 1011111 10010011 1001000 100011 0 101010 11010001 111000 100101

Color Harmonies of #295F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F93

Black with #295F93

Text Example


Text Example

White with #295F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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