Html Css Color HEX #296881 Allports

📋 copy color: '#296881'

red 41 ◦ green 104 ◦ blue 129

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

Shades of Allports #296881

Tints of Allports #296881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 14.96%
G = 37.96%
B = 47.08%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296881 (or 0x296881) is known color: Allports. HEX triplet: 29, 68 and 81. RGB value is (41,104,129). Sum of RGB (Red+Green+Blue) = 41+104+129=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #296881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296881 is #D6977E. Grayscale: #575757. Windows color (decimal): -14063487 or 8480809. OLE color: 8480809.

HSL color Cylindrical-coordinate representation of color #296881: hue angle of 197.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296881 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 104 129 -
CMYK 0.68 0.19 0 0.49
HSL 197.05º 0.52% 0.33% -
HSV(B) 197.05º 0.68% 0.51% -
XYZ 9.83 11.96 22.56 -
YUV 88.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 41 104 129 0.68 0.19 0 0.49 197.05 0.52 0.33
Hex 29 68 81 44 13 0 31 C5 34 21
Octal 51 150 201 104 23 0 61 305 64 41
Binary 101001 1101000 10000001 1000100 10011 0 110001 11000101 110100 100001

Color Harmonies of #296881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296881

Black with #296881

Text Example


Text Example

White with #296881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296881; }

 p { color: rgb(41,104,129); }

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

background-color css

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

 a { background-color: rgb(41,104,129); }

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

border-color css

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

 span { border-color: rgb(41,104,129); }

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