Html Css Color HEX #296066 Blue Stone

📋 copy color: '#296066'

red 41 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #296066

Tints of Blue Stone #296066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 17.15%
G = 40.17%
B = 42.68%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#296066 (or 0x296066) is known color: Blue Stone. HEX triplet: 29, 60 and 66. RGB value is (41,96,102). Sum of RGB (Red+Green+Blue) = 41+96+102=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #296066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296066 is #D69F99. Grayscale: #505050. Windows color (decimal): -14065562 or 6709289. OLE color: 6709289.

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

Color convert

RGB 41 96 102 -
CMYK 0.60 0.06 0 0.6
HSL 185.9º 0.43% 0.28% -
HSV(B) 185.9º 0.6% 0.4% -
XYZ 7.5 9.8 14.07 -
YUV 80.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 41 96 102 0.60 0.06 0 0.6 185.9 0.43 0.28
Hex 29 60 66 3C 6 0 3C BA 2B 1C
Octal 51 140 146 74 6 0 74 272 53 34
Binary 101001 1100000 1100110 111100 110 0 111100 10111010 101011 11100

Color Harmonies of #296066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296066

Black with #296066

Text Example


Text Example

White with #296066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296066; }

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

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

background-color css

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

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

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

border-color css

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

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

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