Html Css Color HEX #296265 Blue Stone

📋 copy color: '#296265'

red 41 ◦ green 98 ◦ blue 101

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

Shades of Blue Stone #296265

Tints of Blue Stone #296265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

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

R = 17.08%
G = 40.83%
B = 42.08%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#296265 (or 0x296265) is known color: Blue Stone. HEX triplet: 29, 62 and 65. RGB value is (41,98,101). Sum of RGB (Red+Green+Blue) = 41+98+101=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #296265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296265 is #D69D9A. Grayscale: #515151. Windows color (decimal): -14065051 or 6644265. OLE color: 6644265.

HSL color Cylindrical-coordinate representation of color #296265: hue angle of 183º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296265 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 98 101 -
CMYK 0.59 0.03 0 0.60
HSL 183º 0.42% 0.28% -
HSV(B) 183º 0.59% 0.4% -
XYZ 7.63 10.15 13.87 -
YUV 81.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 41 98 101 0.59 0.03 0 0.60 183 0.42 0.28
Hex 29 62 65 3B 3 0 3C B7 2A 1C
Octal 51 142 145 73 3 0 74 267 52 34
Binary 101001 1100010 1100101 111011 11 0 111100 10110111 101010 11100

Color Harmonies of #296265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296265

Black with #296265

Text Example


Text Example

White with #296265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296265; }

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

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

background-color css

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

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

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

border-color css

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

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

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