Html Css Color HEX #296065 Blue Stone

📋 copy color: '#296065'

red 41 ◦ green 96 ◦ blue 101

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

Shades of Blue Stone #296065

Tints of Blue Stone #296065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

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

R = 17.23%
G = 40.34%
B = 42.44%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#296065 (or 0x296065) is known color: Blue Stone. HEX triplet: 29, 60 and 65. RGB value is (41,96,101). Sum of RGB (Red+Green+Blue) = 41+96+101=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #296065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296065 is #D69F9A. Grayscale: #505050. Windows color (decimal): -14065563 or 6643753. OLE color: 6643753.

HSL color Cylindrical-coordinate representation of color #296065: hue angle of 185º 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 #296065 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 96 101 -
CMYK 0.59 0.05 0 0.60
HSL 185º 0.42% 0.28% -
HSV(B) 185º 0.59% 0.4% -
XYZ 7.45 9.78 13.81 -
YUV 80.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 41 96 101 0.59 0.05 0 0.60 185 0.42 0.28
Hex 29 60 65 3B 5 0 3C B9 2A 1C
Octal 51 140 145 73 5 0 74 271 52 34
Binary 101001 1100000 1100101 111011 101 0 111100 10111001 101010 11100

Color Harmonies of #296065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296065

Black with #296065

Text Example


Text Example

White with #296065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296065; }

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

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

background-color css

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

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

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

border-color css

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

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

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