Html Css Color HEX #29568A Endeavour

📋 copy color: '#29568A'

red 41 ◦ green 86 ◦ blue 138

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

Shades of Endeavour #29568A

Tints of Endeavour #29568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.08%

R = 15.47%
G = 32.45%
B = 52.08%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29568A (or 0x29568A) is known color: Endeavour. HEX triplet: 29, 56 and 8A. RGB value is (41,86,138). Sum of RGB (Red+Green+Blue) = 41+86+138=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #29568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29568A is #D6A975. Grayscale: #4E4E4E. Windows color (decimal): -14068086 or 9066025. OLE color: 9066025.

HSL color Cylindrical-coordinate representation of color #29568A: hue angle of 212.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29568A is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 86 138 -
CMYK 0.70 0.38 0 0.46
HSL 212.16º 0.54% 0.35% -
HSV(B) 212.16º 0.7% 0.54% -
XYZ 8.83 8.96 25.31 -
YUV 78.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 41 86 138 0.70 0.38 0 0.46 212.16 0.54 0.35
Hex 29 56 8A 46 26 0 2E D4 36 23
Octal 51 126 212 106 46 0 56 324 66 43
Binary 101001 1010110 10001010 1000110 100110 0 101110 11010100 110110 100011

Color Harmonies of #29568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29568A

Black with #29568A

Text Example


Text Example

White with #29568A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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