Html Css Color HEX #296565 Blue Stone

📋 copy color: '#296565'

red 41 ◦ green 101 ◦ blue 101

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

Shades of Blue Stone #296565

Tints of Blue Stone #296565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 16.87%
G = 41.56%
B = 41.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#296565 (or 0x296565) is known color: Blue Stone. HEX triplet: 29, 65 and 65. RGB value is (41,101,101). Sum of RGB (Red+Green+Blue) = 41+101+101=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #296565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296565 is #D69A9A. Grayscale: #535353. Windows color (decimal): -14064283 or 6645033. OLE color: 6645033.

HSL color Cylindrical-coordinate representation of color #296565: hue angle of 180º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296565 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 101 -
CMYK 0.59 0 0 0.60
HSL 180º 0.42% 0.28% -
HSV(B) 180º 0.59% 0.4% -
XYZ 7.92 10.72 13.96 -
YUV 83.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 41 101 101 0.59 0 0 0.60 180 0.42 0.28
Hex 29 65 65 3B 0 0 3C B4 2A 1C
Octal 51 145 145 73 0 0 74 264 52 34
Binary 101001 1100101 1100101 111011 0 0 111100 10110100 101010 11100

Color Harmonies of #296565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296565

Black with #296565

Text Example


Text Example

White with #296565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296565; }

 p { color: rgb(41,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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