Html Css Color HEX #236269 Blue Stone

📋 copy color: '#236269'

red 35 ◦ green 98 ◦ blue 105

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

Shades of Blue Stone #236269

Tints of Blue Stone #236269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.18%

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

R = 14.71%
G = 41.18%
B = 44.12%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#236269 (or 0x236269) is known color: Blue Stone. HEX triplet: 23, 62 and 69. RGB value is (35,98,105). Sum of RGB (Red+Green+Blue) = 35+98+105=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #236269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236269 is #DC9D96. Grayscale: #4F4F4F. Windows color (decimal): -14458263 or 6906403. OLE color: 6906403.

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

Color convert

RGB 35 98 105 -
CMYK 0.67 0.07 0 0.59
HSL 186º 0.5% 0.27% -
HSV(B) 186º 0.67% 0.41% -
XYZ 7.61 10.11 14.92 -
YUV 79.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 35 98 105 0.67 0.07 0 0.59 186 0.5 0.27
Hex 23 62 69 43 7 0 3B BA 32 1B
Octal 43 142 151 103 7 0 73 272 62 33
Binary 100011 1100010 1101001 1000011 111 0 111011 10111010 110010 11011

Color Harmonies of #236269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236269

Black with #236269

Text Example


Text Example

White with #236269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236269; }

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

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

background-color css

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

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

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

border-color css

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

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

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