Html Css Color HEX #236C68 Blue Stone

📋 copy color: '#236C68'

red 35 ◦ green 108 ◦ blue 104

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

Shades of Blue Stone #236C68

Tints of Blue Stone #236C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.72%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 14.17%
G = 43.72%
B = 42.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#236C68 (or 0x236C68) is known color: Blue Stone. HEX triplet: 23, 6C and 68. RGB value is (35,108,104). Sum of RGB (Red+Green+Blue) = 35+108+104=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #236C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C68 is #DC9397. Grayscale: #555555. Windows color (decimal): -14455704 or 6843427. OLE color: 6843427.

HSL color Cylindrical-coordinate representation of color #236C68: hue angle of 176.71º 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 #236C68 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 108 104 -
CMYK 0.68 0 0.04 0.58
HSL 176.71º 0.51% 0.28% -
HSV(B) 176.71º 0.68% 0.42% -
XYZ 8.55 12.08 14.98 -
YUV 85.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 35 108 104 0.68 0 0.04 0.58 176.71 0.51 0.28
Hex 23 6C 68 44 0 4 3A B1 33 1C
Octal 43 154 150 104 0 4 72 261 63 34
Binary 100011 1101100 1101000 1000100 0 100 111010 10110001 110011 11100

Color Harmonies of #236C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236C68

Black with #236C68

Text Example


Text Example

White with #236C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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