Html Css Color HEX #296E78 Allports

📋 copy color: '#296E78'

red 41 ◦ green 110 ◦ blue 120

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

Shades of Allports #296E78

Tints of Allports #296E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 15.13%
G = 40.59%
B = 44.28%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296E78 (or 0x296E78) is known color: Allports. HEX triplet: 29, 6E and 78. RGB value is (41,110,120). Sum of RGB (Red+Green+Blue) = 41+110+120=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #296E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E78 is #D69187. Grayscale: #5A5A5A. Windows color (decimal): -14061960 or 7892521. OLE color: 7892521.

HSL color Cylindrical-coordinate representation of color #296E78: hue angle of 187.59º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296E78 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 110 120 -
CMYK 0.66 0.08 0 0.53
HSL 187.59º 0.49% 0.32% -
HSV(B) 187.59º 0.66% 0.47% -
XYZ 9.88 12.98 19.75 -
YUV 90.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 41 110 120 0.66 0.08 0 0.53 187.59 0.49 0.32
Hex 29 6E 78 42 8 0 35 BC 31 20
Octal 51 156 170 102 10 0 65 274 61 40
Binary 101001 1101110 1111000 1000010 1000 0 110101 10111100 110001 100000

Color Harmonies of #296E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E78

Black with #296E78

Text Example


Text Example

White with #296E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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