Html Css Color HEX #296D78 Allports

📋 copy color: '#296D78'

red 41 ◦ green 109 ◦ blue 120

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

Shades of Allports #296D78

Tints of Allports #296D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

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

R = 15.19%
G = 40.37%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296D78 (or 0x296D78) is known color: Allports. HEX triplet: 29, 6D and 78. RGB value is (41,109,120). Sum of RGB (Red+Green+Blue) = 41+109+120=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #296D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D78 is #D69287. Grayscale: #595959. Windows color (decimal): -14062216 or 7892265. OLE color: 7892265.

HSL color Cylindrical-coordinate representation of color #296D78: hue angle of 188.35º 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 #296D78 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 109 120 -
CMYK 0.66 0.09 0 0.53
HSL 188.35º 0.49% 0.32% -
HSV(B) 188.35º 0.66% 0.47% -
XYZ 9.77 12.76 19.72 -
YUV 89.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 41 109 120 0.66 0.09 0 0.53 188.35 0.49 0.32
Hex 29 6D 78 42 9 0 35 BC 31 20
Octal 51 155 170 102 11 0 65 274 61 40
Binary 101001 1101101 1111000 1000010 1001 0 110101 10111100 110001 100000

Color Harmonies of #296D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D78

Black with #296D78

Text Example


Text Example

White with #296D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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