Html Css Color HEX #296882 Allports

📋 copy color: '#296882'

red 41 ◦ green 104 ◦ blue 130

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

Shades of Allports #296882

Tints of Allports #296882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 14.91%
G = 37.82%
B = 47.27%

CMYK

 C value IS 0.68

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296882 (or 0x296882) is known color: Allports. HEX triplet: 29, 68 and 82. RGB value is (41,104,130). Sum of RGB (Red+Green+Blue) = 41+104+130=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #296882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296882 is #D6977D. Grayscale: #575757. Windows color (decimal): -14063486 or 8546345. OLE color: 8546345.

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

Color convert

RGB 41 104 130 -
CMYK 0.68 0.2 0 0.49
HSL 197.53º 0.52% 0.34% -
HSV(B) 197.53º 0.68% 0.51% -
XYZ 9.89 11.98 22.91 -
YUV 88.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 41 104 130 0.68 0.2 0 0.49 197.53 0.52 0.34
Hex 29 68 82 44 14 0 31 C6 34 22
Octal 51 150 202 104 24 0 61 306 64 42
Binary 101001 1101000 10000010 1000100 10100 0 110001 11000110 110100 100010

Color Harmonies of #296882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296882

Black with #296882

Text Example


Text Example

White with #296882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296882; }

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

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

background-color css

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

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

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

border-color css

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

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

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