Html Css Color HEX #236863 Blue Stone

📋 copy color: '#236863'

red 35 ◦ green 104 ◦ blue 99

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

Shades of Blue Stone #236863

Tints of Blue Stone #236863

RGB

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

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

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

R = 14.71%
G = 43.7%
B = 41.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#236863 (or 0x236863) is known color: Blue Stone. HEX triplet: 23, 68 and 63. RGB value is (35,104,99). Sum of RGB (Red+Green+Blue) = 35+104+99=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #236863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236863 is #DC979C. Grayscale: #525252. Windows color (decimal): -14456733 or 6514723. OLE color: 6514723.

HSL color Cylindrical-coordinate representation of color #236863: hue angle of 175.65º 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 #236863 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 104 99 -
CMYK 0.66 0 0.05 0.59
HSL 175.65º 0.5% 0.27% -
HSV(B) 175.65º 0.66% 0.41% -
XYZ 7.9 11.16 13.54 -
YUV 82.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 35 104 99 0.66 0 0.05 0.59 175.65 0.5 0.27
Hex 23 68 63 42 0 5 3B B0 32 1B
Octal 43 150 143 102 0 5 73 260 62 33
Binary 100011 1101000 1100011 1000010 0 101 111011 10110000 110010 11011

Color Harmonies of #236863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236863

Black with #236863

Text Example


Text Example

White with #236863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236863; }

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

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

background-color css

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

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

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

border-color css

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

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

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