Html Css Color HEX #296865 Blue Stone

📋 copy color: '#296865'

red 41 ◦ green 104 ◦ blue 101

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

Shades of Blue Stone #296865

Tints of Blue Stone #296865

RGB

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

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

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

R = 16.67%
G = 42.28%
B = 41.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#296865 (or 0x296865) is known color: Blue Stone. HEX triplet: 29, 68 and 65. RGB value is (41,104,101). Sum of RGB (Red+Green+Blue) = 41+104+101=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #296865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296865 is #D6979A. Grayscale: #545454. Windows color (decimal): -14063515 or 6645801. OLE color: 6645801.

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

Color convert

RGB 41 104 101 -
CMYK 0.61 0 0.03 0.59
HSL 177.14º 0.43% 0.28% -
HSV(B) 177.14º 0.61% 0.41% -
XYZ 8.21 11.31 14.06 -
YUV 84.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 41 104 101 0.61 0 0.03 0.59 177.14 0.43 0.28
Hex 29 68 65 3D 0 3 3B B1 2B 1C
Octal 51 150 145 75 0 3 73 261 53 34
Binary 101001 1101000 1100101 111101 0 11 111011 10110001 101011 11100

Color Harmonies of #296865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296865

Black with #296865

Text Example


Text Example

White with #296865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296865; }

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

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

background-color css

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

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

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

border-color css

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

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

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