Html Css Color HEX #23635F Blue Stone

📋 copy color: '#23635F'

red 35 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #23635F

Tints of Blue Stone #23635F

RGB

 RED value IS 35 (14.06% from 255) = 15.28%

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 15.28%
G = 43.23%
B = 41.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#23635F (or 0x23635F) is known color: Blue Stone. HEX triplet: 23, 63 and 5F. RGB value is (35,99,95). Sum of RGB (Red+Green+Blue) = 35+99+95=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #23635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23635F is #DC9CA0. Grayscale: #4F4F4F. Windows color (decimal): -14458017 or 6251299. OLE color: 6251299.

HSL color Cylindrical-coordinate representation of color #23635F: hue angle of 176.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23635F is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 99 95 -
CMYK 0.65 0 0.04 0.61
HSL 176.25º 0.48% 0.26% -
HSV(B) 176.25º 0.65% 0.39% -
XYZ 7.22 10.11 12.4 -
YUV 79.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 35 99 95 0.65 0 0.04 0.61 176.25 0.48 0.26
Hex 23 63 5F 41 0 4 3D B0 30 1A
Octal 43 143 137 101 0 4 75 260 60 32
Binary 100011 1100011 1011111 1000001 0 100 111101 10110000 110000 11010

Color Harmonies of #23635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23635F

Black with #23635F

Text Example


Text Example

White with #23635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23635F; }

 p { color: rgb(35,99,95); }

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

background-color css

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

 a { background-color: rgb(35,99,95); }

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

border-color css

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

 span { border-color: rgb(35,99,95); }

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