Html Css Color HEX #296A6D Atoll

📋 copy color: '#296A6D'

red 41 ◦ green 106 ◦ blue 109

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

Shades of Atoll #296A6D

Tints of Atoll #296A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 16.02%
G = 41.41%
B = 42.58%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#296A6D (or 0x296A6D) is known color: Atoll. HEX triplet: 29, 6A and 6D. RGB value is (41,106,109). Sum of RGB (Red+Green+Blue) = 41+106+109=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #296A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A6D is #D69592. Grayscale: #565656. Windows color (decimal): -14062995 or 7170601. OLE color: 7170601.

HSL color Cylindrical-coordinate representation of color #296A6D: hue angle of 182.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296A6D is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 106 109 -
CMYK 0.62 0.03 0 0.57
HSL 182.65º 0.45% 0.29% -
HSV(B) 182.65º 0.62% 0.43% -
XYZ 8.83 11.88 16.3 -
YUV 86.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 41 106 109 0.62 0.03 0 0.57 182.65 0.45 0.29
Hex 29 6A 6D 3E 3 0 39 B7 2D 1D
Octal 51 152 155 76 3 0 71 267 55 35
Binary 101001 1101010 1101101 111110 11 0 111001 10110111 101101 11101

Color Harmonies of #296A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A6D

Black with #296A6D

Text Example


Text Example

White with #296A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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