Html Css Color HEX #236068 Blue Stone

📋 copy color: '#236068'

red 35 ◦ green 96 ◦ blue 104

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

Shades of Blue Stone #236068

Tints of Blue Stone #236068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 14.89%
G = 40.85%
B = 44.26%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#236068 (or 0x236068) is known color: Blue Stone. HEX triplet: 23, 60 and 68. RGB value is (35,96,104). Sum of RGB (Red+Green+Blue) = 35+96+104=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #236068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236068 is #DC9F97. Grayscale: #4E4E4E. Windows color (decimal): -14458776 or 6840355. OLE color: 6840355.

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

Color convert

RGB 35 96 104 -
CMYK 0.66 0.08 0 0.59
HSL 186.96º 0.5% 0.27% -
HSV(B) 186.96º 0.66% 0.41% -
XYZ 7.37 9.72 14.58 -
YUV 78.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 35 96 104 0.66 0.08 0 0.59 186.96 0.5 0.27
Hex 23 60 68 42 8 0 3B BB 32 1B
Octal 43 140 150 102 10 0 73 273 62 33
Binary 100011 1100000 1101000 1000010 1000 0 111011 10111011 110010 11011

Color Harmonies of #236068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236068

Black with #236068

Text Example


Text Example

White with #236068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236068; }

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

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

background-color css

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

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

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

border-color css

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

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

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