Html Css Color HEX #296B72 Allports

📋 copy color: '#296B72'

red 41 ◦ green 107 ◦ blue 114

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

Shades of Allports #296B72

Tints of Allports #296B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 15.65%
G = 40.84%
B = 43.51%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296B72 (or 0x296B72) is known color: Allports. HEX triplet: 29, 6B and 72. RGB value is (41,107,114). Sum of RGB (Red+Green+Blue) = 41+107+114=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #296B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B72 is #D6948D. Grayscale: #575757. Windows color (decimal): -14062734 or 7498537. OLE color: 7498537.

HSL color Cylindrical-coordinate representation of color #296B72: hue angle of 185.75º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296B72 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 107 114 -
CMYK 0.64 0.06 0 0.55
HSL 185.75º 0.47% 0.3% -
HSV(B) 185.75º 0.64% 0.45% -
XYZ 9.21 12.2 17.79 -
YUV 88.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 41 107 114 0.64 0.06 0 0.55 185.75 0.47 0.3
Hex 29 6B 72 40 6 0 37 BA 2F 1E
Octal 51 153 162 100 6 0 67 272 57 36
Binary 101001 1101011 1110010 1000000 110 0 110111 10111010 101111 11110

Color Harmonies of #296B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B72

Black with #296B72

Text Example


Text Example

White with #296B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,107,114); }

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

background-color css

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

 a { background-color: rgb(41,107,114); }

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

border-color css

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

 span { border-color: rgb(41,107,114); }

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