Html Css Color HEX #296868 Blue Stone

📋 copy color: '#296868'

red 41 ◦ green 104 ◦ blue 104

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

Shades of Blue Stone #296868

Tints of Blue Stone #296868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 16.47%
G = 41.77%
B = 41.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#296868 (or 0x296868) is known color: Blue Stone. HEX triplet: 29, 68 and 68. RGB value is (41,104,104). Sum of RGB (Red+Green+Blue) = 41+104+104=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #296868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296868 is #D69797. Grayscale: #555555. Windows color (decimal): -14063512 or 6842409. OLE color: 6842409.

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

Color convert

RGB 41 104 104 -
CMYK 0.61 0 0 0.59
HSL 180º 0.43% 0.28% -
HSV(B) 180º 0.61% 0.41% -
XYZ 8.36 11.37 14.85 -
YUV 85.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 41 104 104 0.61 0 0 0.59 180 0.43 0.28
Hex 29 68 68 3D 0 0 3B B4 2B 1C
Octal 51 150 150 75 0 0 73 264 53 34
Binary 101001 1101000 1101000 111101 0 0 111011 10110100 101011 11100

Color Harmonies of #296868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296868

Black with #296868

Text Example


Text Example

White with #296868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296868; }

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

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

background-color css

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

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

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

border-color css

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

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

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