Html Css Color HEX #236469 Blue Stone

📋 copy color: '#236469'

red 35 ◦ green 100 ◦ blue 105

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

Shades of Blue Stone #236469

Tints of Blue Stone #236469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 14.58%
G = 41.67%
B = 43.75%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#236469 (or 0x236469) is known color: Blue Stone. HEX triplet: 23, 64 and 69. RGB value is (35,100,105). Sum of RGB (Red+Green+Blue) = 35+100+105=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #236469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236469 is #DC9B96. Grayscale: #515151. Windows color (decimal): -14457751 or 6906915. OLE color: 6906915.

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

Color convert

RGB 35 100 105 -
CMYK 0.67 0.05 0 0.59
HSL 184.29º 0.5% 0.27% -
HSV(B) 184.29º 0.67% 0.41% -
XYZ 7.8 10.49 14.98 -
YUV 81.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 35 100 105 0.67 0.05 0 0.59 184.29 0.5 0.27
Hex 23 64 69 43 5 0 3B B8 32 1B
Octal 43 144 151 103 5 0 73 270 62 33
Binary 100011 1100100 1101001 1000011 101 0 111011 10111000 110010 11011

Color Harmonies of #236469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236469

Black with #236469

Text Example


Text Example

White with #236469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236469; }

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

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

background-color css

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

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

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

border-color css

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

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

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