Html Css Color HEX #295E63 Blue Stone

📋 copy color: '#295E63'

red 41 ◦ green 94 ◦ blue 99

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

Shades of Blue Stone #295E63

Tints of Blue Stone #295E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.17%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 17.52%
G = 40.17%
B = 42.31%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#295E63 (or 0x295E63) is known color: Blue Stone. HEX triplet: 29, 5E and 63. RGB value is (41,94,99). Sum of RGB (Red+Green+Blue) = 41+94+99=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #295E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E63 is #D6A19C. Grayscale: #4E4E4E. Windows color (decimal): -14066077 or 6512169. OLE color: 6512169.

HSL color Cylindrical-coordinate representation of color #295E63: hue angle of 185.17º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295E63 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 94 99 -
CMYK 0.59 0.05 0 0.61
HSL 185.17º 0.41% 0.27% -
HSV(B) 185.17º 0.59% 0.39% -
XYZ 7.17 9.38 13.24 -
YUV 78.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 41 94 99 0.59 0.05 0 0.61 185.17 0.41 0.27
Hex 29 5E 63 3B 5 0 3D B9 29 1B
Octal 51 136 143 73 5 0 75 271 51 33
Binary 101001 1011110 1100011 111011 101 0 111101 10111001 101001 11011

Color Harmonies of #295E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E63

Black with #295E63

Text Example


Text Example

White with #295E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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