Html Css Color HEX #295259 Teal Blue

📋 copy color: '#295259'

red 41 ◦ green 82 ◦ blue 89

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

Shades of Teal Blue #295259

Tints of Teal Blue #295259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 19.34%
G = 38.68%
B = 41.98%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#295259 (or 0x295259) is known color: Teal Blue. HEX triplet: 29, 52 and 59. RGB value is (41,82,89). Sum of RGB (Red+Green+Blue) = 41+82+89=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #295259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295259 is #D6ADA6. Grayscale: #464646. Windows color (decimal): -14069159 or 5853737. OLE color: 5853737.

HSL color Cylindrical-coordinate representation of color #295259: hue angle of 188.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295259 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 82 89 -
CMYK 0.54 0.08 0 0.65
HSL 188.75º 0.37% 0.25% -
HSV(B) 188.75º 0.54% 0.35% -
XYZ 5.73 7.23 10.54 -
YUV 70.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 41 82 89 0.54 0.08 0 0.65 188.75 0.37 0.25
Hex 29 52 59 36 8 0 41 BD 25 19
Octal 51 122 131 66 10 0 101 275 45 31
Binary 101001 1010010 1011001 110110 1000 0 1000001 10111101 100101 11001

Color Harmonies of #295259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295259

Black with #295259

Text Example


Text Example

White with #295259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295259; }

 p { color: rgb(41,82,89); }

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

background-color css

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

 a { background-color: rgb(41,82,89); }

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

border-color css

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

 span { border-color: rgb(41,82,89); }

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