Html Css Color HEX #296366 Blue Stone

📋 copy color: '#296366'

red 41 ◦ green 99 ◦ blue 102

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

Shades of Blue Stone #296366

Tints of Blue Stone #296366

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

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

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

Color convert

RGB 41 99 102 -
CMYK 0.60 0.03 0 0.6
HSL 182.95º 0.43% 0.28% -
HSV(B) 182.95º 0.6% 0.4% -
XYZ 7.77 10.35 14.16 -
YUV 82 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 41 99 102 0.60 0.03 0 0.6 182.95 0.43 0.28
Hex 29 63 66 3C 3 0 3C B7 2B 1C
Octal 51 143 146 74 3 0 74 267 53 34
Binary 101001 1100011 1100110 111100 11 0 111100 10110111 101011 11100

Color Harmonies of #296366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296366

Black with #296366

Text Example


Text Example

White with #296366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296366; }

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

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

background-color css

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

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

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

border-color css

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

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

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