Html Css Color HEX #296663 Blue Stone

📋 copy color: '#296663'

red 41 ◦ green 102 ◦ blue 99

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

Shades of Blue Stone #296663

Tints of Blue Stone #296663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 16.94%
G = 42.15%
B = 40.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#296663 (or 0x296663) is known color: Blue Stone. HEX triplet: 29, 66 and 63. RGB value is (41,102,99). Sum of RGB (Red+Green+Blue) = 41+102+99=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #296663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296663 is #D6999C. Grayscale: #535353. Windows color (decimal): -14064029 or 6514217. OLE color: 6514217.

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

Color convert

RGB 41 102 99 -
CMYK 0.60 0 0.03 0.6
HSL 177.05º 0.43% 0.28% -
HSV(B) 177.05º 0.6% 0.4% -
XYZ 7.92 10.88 13.49 -
YUV 83.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 41 102 99 0.60 0 0.03 0.6 177.05 0.43 0.28
Hex 29 66 63 3C 0 3 3C B1 2B 1C
Octal 51 146 143 74 0 3 74 261 53 34
Binary 101001 1100110 1100011 111100 0 11 111100 10110001 101011 11100

Color Harmonies of #296663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296663

Black with #296663

Text Example


Text Example

White with #296663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296663; }

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

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

background-color css

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

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

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

border-color css

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

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

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