Html Css Color HEX #296B53 Evening Sea

📋 copy color: '#296B53'

red 41 ◦ green 107 ◦ blue 83

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

Shades of Evening Sea #296B53

Tints of Evening Sea #296B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 17.75%
G = 46.32%
B = 35.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#296B53 (or 0x296B53) is known color: Evening Sea. HEX triplet: 29, 6B and 53. RGB value is (41,107,83). Sum of RGB (Red+Green+Blue) = 41+107+83=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #296B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B53 is #D694AC. Grayscale: #545454. Windows color (decimal): -14062765 or 5466921. OLE color: 5466921.

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

Color convert

RGB 41 107 83 -
CMYK 0.62 0 0.22 0.58
HSL 158.18º 0.45% 0.29% -
HSV(B) 158.18º 0.62% 0.42% -
XYZ 7.73 11.61 10.02 -
YUV 84.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 41 107 83 0.62 0 0.22 0.58 158.18 0.45 0.29
Hex 29 6B 53 3E 0 16 3A 9E 2D 1D
Octal 51 153 123 76 0 26 72 236 55 35
Binary 101001 1101011 1010011 111110 0 10110 111010 10011110 101101 11101

Color Harmonies of #296B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B53

Black with #296B53

Text Example


Text Example

White with #296B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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