Html Css Color HEX #296E82 Allports

📋 copy color: '#296E82'

red 41 ◦ green 110 ◦ blue 130

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

Shades of Allports #296E82

Tints of Allports #296E82

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.15%

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

R = 14.59%
G = 39.15%
B = 46.26%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296E82 (or 0x296E82) is known color: Allports. HEX triplet: 29, 6E and 82. RGB value is (41,110,130). Sum of RGB (Red+Green+Blue) = 41+110+130=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #296E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E82 is #D6917D. Grayscale: #5B5B5B. Windows color (decimal): -14061950 or 8547881. OLE color: 8547881.

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

Color convert

RGB 41 110 130 -
CMYK 0.68 0.15 0 0.49
HSL 193.48º 0.52% 0.34% -
HSV(B) 193.48º 0.68% 0.51% -
XYZ 10.52 13.23 23.12 -
YUV 91.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 41 110 130 0.68 0.15 0 0.49 193.48 0.52 0.34
Hex 29 6E 82 44 F 0 31 C1 34 22
Octal 51 156 202 104 17 0 61 301 64 42
Binary 101001 1101110 10000010 1000100 1111 0 110001 11000001 110100 100010

Color Harmonies of #296E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E82

Black with #296E82

Text Example


Text Example

White with #296E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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