Html Css Color HEX #236468 Blue Stone

📋 copy color: '#236468'

red 35 ◦ green 100 ◦ blue 104

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

Shades of Blue Stone #236468

Tints of Blue Stone #236468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 14.64%
G = 41.84%
B = 43.51%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#236468 (or 0x236468) is known color: Blue Stone. HEX triplet: 23, 64 and 68. RGB value is (35,100,104). Sum of RGB (Red+Green+Blue) = 35+100+104=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #236468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236468 is #DC9B97. Grayscale: #505050. Windows color (decimal): -14457752 or 6841379. OLE color: 6841379.

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

Color convert

RGB 35 100 104 -
CMYK 0.66 0.04 0 0.59
HSL 183.48º 0.5% 0.27% -
HSV(B) 183.48º 0.66% 0.41% -
XYZ 7.75 10.47 14.71 -
YUV 81.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 35 100 104 0.66 0.04 0 0.59 183.48 0.5 0.27
Hex 23 64 68 42 4 0 3B B7 32 1B
Octal 43 144 150 102 4 0 73 267 62 33
Binary 100011 1100100 1101000 1000010 100 0 111011 10110111 110010 11011

Color Harmonies of #236468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236468

Black with #236468

Text Example


Text Example

White with #236468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236468; }

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

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

background-color css

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

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

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

border-color css

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

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

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