Html Css Color HEX #296866 Blue Stone

📋 copy color: '#296866'

red 41 ◦ green 104 ◦ blue 102

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

Shades of Blue Stone #296866

Tints of Blue Stone #296866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.11%

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

R = 16.6%
G = 42.11%
B = 41.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#296866 (or 0x296866) is known color: Blue Stone. HEX triplet: 29, 68 and 66. RGB value is (41,104,102). Sum of RGB (Red+Green+Blue) = 41+104+102=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #296866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296866 is #D69799. Grayscale: #545454. Windows color (decimal): -14063514 or 6711337. OLE color: 6711337.

HSL color Cylindrical-coordinate representation of color #296866: hue angle of 178.1º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296866 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 104 102 -
CMYK 0.61 0 0.02 0.59
HSL 178.1º 0.43% 0.28% -
HSV(B) 178.1º 0.61% 0.41% -
XYZ 8.26 11.33 14.32 -
YUV 84.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 41 104 102 0.61 0 0.02 0.59 178.1 0.43 0.28
Hex 29 68 66 3D 0 2 3B B2 2B 1C
Octal 51 150 146 75 0 2 73 262 53 34
Binary 101001 1101000 1100110 111101 0 10 111011 10110010 101011 11100

Color Harmonies of #296866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296866

Black with #296866

Text Example


Text Example

White with #296866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296866; }

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

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

background-color css

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

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

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

border-color css

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

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

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