Html Css Color HEX #29568C Endeavour

📋 copy color: '#29568C'

red 41 ◦ green 86 ◦ blue 140

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

Shades of Endeavour #29568C

Tints of Endeavour #29568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 15.36%
G = 32.21%
B = 52.43%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29568C (or 0x29568C) is known color: Endeavour. HEX triplet: 29, 56 and 8C. RGB value is (41,86,140). Sum of RGB (Red+Green+Blue) = 41+86+140=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #29568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29568C is #D6A973. Grayscale: #4E4E4E. Windows color (decimal): -14068084 or 9197097. OLE color: 9197097.

HSL color Cylindrical-coordinate representation of color #29568C: hue angle of 212.73º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29568C is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 86 140 -
CMYK 0.71 0.39 0 0.45
HSL 212.73º 0.55% 0.35% -
HSV(B) 212.73º 0.71% 0.55% -
XYZ 8.98 9.02 26.08 -
YUV 78.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 41 86 140 0.71 0.39 0 0.45 212.73 0.55 0.35
Hex 29 56 8C 47 27 0 2D D5 37 23
Octal 51 126 214 107 47 0 55 325 67 43
Binary 101001 1010110 10001100 1000111 100111 0 101101 11010101 110111 100011

Color Harmonies of #29568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29568C

Black with #29568C

Text Example


Text Example

White with #29568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29568C; }

 p { color: rgb(41,86,140); }

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

background-color css

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

 a { background-color: rgb(41,86,140); }

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

border-color css

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

 span { border-color: rgb(41,86,140); }

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