Html Css Color HEX #296869 Blue Stone

📋 copy color: '#296869'

red 41 ◦ green 104 ◦ blue 105

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

Shades of Blue Stone #296869

Tints of Blue Stone #296869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42%

R = 16.4%
G = 41.6%
B = 42%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#296869 (or 0x296869) is known color: Blue Stone. HEX triplet: 29, 68 and 69. RGB value is (41,104,105). Sum of RGB (Red+Green+Blue) = 41+104+105=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #296869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296869 is #D69796. Grayscale: #555555. Windows color (decimal): -14063511 or 6907945. OLE color: 6907945.

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

Color convert

RGB 41 104 105 -
CMYK 0.61 0.01 0 0.59
HSL 180.94º 0.44% 0.29% -
HSV(B) 180.94º 0.61% 0.41% -
XYZ 8.41 11.39 15.12 -
YUV 85.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 41 104 105 0.61 0.01 0 0.59 180.94 0.44 0.29
Hex 29 68 69 3D 1 0 3B B5 2C 1D
Octal 51 150 151 75 1 0 73 265 54 35
Binary 101001 1101000 1101001 111101 1 0 111011 10110101 101100 11101

Color Harmonies of #296869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296869

Black with #296869

Text Example


Text Example

White with #296869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296869; }

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

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

background-color css

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

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

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

border-color css

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

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

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