Html Css Color HEX #23676C Blue Stone

📋 copy color: '#23676C'

red 35 ◦ green 103 ◦ blue 108

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

Shades of Blue Stone #23676C

Tints of Blue Stone #23676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 14.23%
G = 41.87%
B = 43.9%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23676C (or 0x23676C) is known color: Blue Stone. HEX triplet: 23, 67 and 6C. RGB value is (35,103,108). Sum of RGB (Red+Green+Blue) = 35+103+108=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #23676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23676C is #DC9893. Grayscale: #535353. Windows color (decimal): -14456980 or 7104291. OLE color: 7104291.

HSL color Cylindrical-coordinate representation of color #23676C: hue angle of 184.11º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23676C is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 103 108 -
CMYK 0.68 0.05 0 0.58
HSL 184.11º 0.51% 0.28% -
HSV(B) 184.11º 0.68% 0.42% -
XYZ 8.25 11.14 15.9 -
YUV 83.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 35 103 108 0.68 0.05 0 0.58 184.11 0.51 0.28
Hex 23 67 6C 44 5 0 3A B8 33 1C
Octal 43 147 154 104 5 0 72 270 63 34
Binary 100011 1100111 1101100 1000100 101 0 111010 10111000 110011 11100

Color Harmonies of #23676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23676C

Black with #23676C

Text Example


Text Example

White with #23676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23676C; }

 p { color: rgb(35,103,108); }

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

background-color css

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

 a { background-color: rgb(35,103,108); }

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

border-color css

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

 span { border-color: rgb(35,103,108); }

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