Html Css Color HEX #296682 Allports

📋 copy color: '#296682'

red 41 ◦ green 102 ◦ blue 130

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

Shades of Allports #296682

Tints of Allports #296682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

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

R = 15.02%
G = 37.36%
B = 47.62%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296682 (or 0x296682) is known color: Allports. HEX triplet: 29, 66 and 82. RGB value is (41,102,130). Sum of RGB (Red+Green+Blue) = 41+102+130=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #296682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296682 is #D6997D. Grayscale: #565656. Windows color (decimal): -14063998 or 8545833. OLE color: 8545833.

HSL color Cylindrical-coordinate representation of color #296682: hue angle of 198.88º 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 #296682 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 102 130 -
CMYK 0.68 0.22 0 0.49
HSL 198.88º 0.52% 0.34% -
HSV(B) 198.88º 0.68% 0.51% -
XYZ 9.7 11.59 22.84 -
YUV 86.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 41 102 130 0.68 0.22 0 0.49 198.88 0.52 0.34
Hex 29 66 82 44 16 0 31 C7 34 22
Octal 51 146 202 104 26 0 61 307 64 42
Binary 101001 1100110 10000010 1000100 10110 0 110001 11000111 110100 100010

Color Harmonies of #296682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296682

Black with #296682

Text Example


Text Example

White with #296682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296682; }

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

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

background-color css

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

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

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

border-color css

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

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

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