Html Css Color HEX #236868 Blue Stone

📋 copy color: '#236868'

red 35 ◦ green 104 ◦ blue 104

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

Shades of Blue Stone #236868

Tints of Blue Stone #236868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.8%

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

R = 14.4%
G = 42.8%
B = 42.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#236868 (or 0x236868) is known color: Blue Stone. HEX triplet: 23, 68 and 68. RGB value is (35,104,104). Sum of RGB (Red+Green+Blue) = 35+104+104=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #236868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236868 is #DC9797. Grayscale: #535353. Windows color (decimal): -14456728 or 6842403. OLE color: 6842403.

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

Color convert

RGB 35 104 104 -
CMYK 0.66 0 0 0.59
HSL 180º 0.5% 0.27% -
HSV(B) 180º 0.66% 0.41% -
XYZ 8.14 11.26 14.84 -
YUV 83.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 35 104 104 0.66 0 0 0.59 180 0.5 0.27
Hex 23 68 68 42 0 0 3B B4 32 1B
Octal 43 150 150 102 0 0 73 264 62 33
Binary 100011 1101000 1101000 1000010 0 0 111011 10110100 110010 11011

Color Harmonies of #236868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236868

Black with #236868

Text Example


Text Example

White with #236868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236868; }

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

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

background-color css

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

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

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

border-color css

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

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

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