Html Css Color HEX #296679 Allports

📋 copy color: '#296679'

red 41 ◦ green 102 ◦ blue 121

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

Shades of Allports #296679

Tints of Allports #296679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 15.53%
G = 38.64%
B = 45.83%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296679 (or 0x296679) is known color: Allports. HEX triplet: 29, 66 and 79. RGB value is (41,102,121). Sum of RGB (Red+Green+Blue) = 41+102+121=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #296679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296679 is #D69986. Grayscale: #555555. Windows color (decimal): -14064007 or 7956009. OLE color: 7956009.

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

Color convert

RGB 41 102 121 -
CMYK 0.66 0.16 0 0.53
HSL 194.25º 0.49% 0.32% -
HSV(B) 194.25º 0.66% 0.47% -
XYZ 9.12 11.35 19.8 -
YUV 85.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 41 102 121 0.66 0.16 0 0.53 194.25 0.49 0.32
Hex 29 66 79 42 10 0 35 C2 31 20
Octal 51 146 171 102 20 0 65 302 61 40
Binary 101001 1100110 1111001 1000010 10000 0 110101 11000010 110001 100000

Color Harmonies of #296679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296679

Black with #296679

Text Example


Text Example

White with #296679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296679; }

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

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

background-color css

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

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

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

border-color css

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

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

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