Html Css Color HEX #295860 Teal Blue

📋 copy color: '#295860'

red 41 ◦ green 88 ◦ blue 96

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

Shades of Teal Blue #295860

Tints of Teal Blue #295860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 96 (37.89% from 255) = 42.67%

R = 18.22%
G = 39.11%
B = 42.67%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295860 (or 0x295860) is known color: Teal Blue. HEX triplet: 29, 58 and 60. RGB value is (41,88,96). Sum of RGB (Red+Green+Blue) = 41+88+96=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #295860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295860 is #D6A79F. Grayscale: #4A4A4A. Windows color (decimal): -14067616 or 6314025. OLE color: 6314025.

HSL color Cylindrical-coordinate representation of color #295860: hue angle of 188.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295860 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 88 96 -
CMYK 0.57 0.08 0 0.62
HSL 188.73º 0.4% 0.27% -
HSV(B) 188.73º 0.57% 0.38% -
XYZ 6.52 8.3 12.32 -
YUV 74.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 41 88 96 0.57 0.08 0 0.62 188.73 0.4 0.27
Hex 29 58 60 39 8 0 3E BD 28 1B
Octal 51 130 140 71 10 0 76 275 50 33
Binary 101001 1011000 1100000 111001 1000 0 111110 10111101 101000 11011

Color Harmonies of #295860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295860

Black with #295860

Text Example


Text Example

White with #295860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295860; }

 p { color: rgb(41,88,96); }

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

background-color css

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

 a { background-color: rgb(41,88,96); }

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

border-color css

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

 span { border-color: rgb(41,88,96); }

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