Html Css Color HEX #29677C Allports

📋 copy color: '#29677C'

red 41 ◦ green 103 ◦ blue 124

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

Shades of Allports #29677C

Tints of Allports #29677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.43%

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 15.3%
G = 38.43%
B = 46.27%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29677C (or 0x29677C) is known color: Allports. HEX triplet: 29, 67 and 7C. RGB value is (41,103,124). Sum of RGB (Red+Green+Blue) = 41+103+124=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #29677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29677C is #D69883. Grayscale: #565656. Windows color (decimal): -14063748 or 8152873. OLE color: 8152873.

HSL color Cylindrical-coordinate representation of color #29677C: hue angle of 195.18º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29677C is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 103 124 -
CMYK 0.67 0.17 0 0.51
HSL 195.18º 0.5% 0.32% -
HSV(B) 195.18º 0.67% 0.49% -
XYZ 9.4 11.63 20.82 -
YUV 86.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 41 103 124 0.67 0.17 0 0.51 195.18 0.5 0.32
Hex 29 67 7C 43 11 0 33 C3 32 20
Octal 51 147 174 103 21 0 63 303 62 40
Binary 101001 1100111 1111100 1000011 10001 0 110011 11000011 110010 100000

Color Harmonies of #29677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29677C

Black with #29677C

Text Example


Text Example

White with #29677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,103,124); }

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

background-color css

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

 a { background-color: rgb(41,103,124); }

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

border-color css

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

 span { border-color: rgb(41,103,124); }

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