#232B32

Color #232B32 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #232B32

Tints of Blue Charcoal #232B32

Color information

#232B32 (or 0x232B32) is unknown color: approx Blue Charcoal. HEX triplet: 23, 2B and 32. RGB value is (35,43,50). Sum of RGB (Red+Green+Blue) = 35+43+50=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #232B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B32 is #DCD4CD. Grayscale: #292929. Windows color (decimal): -14472398 or 3287843. OLE color: 3287843.

HSL color Cylindrical-coordinate representation of color #232B32: hue angle of 208º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232B32 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB354350-
CMYK0.300.1400.80
HSL208º17.65%16.67%-
HSV(B)208º30%19.61%-
XYZ2.132.323.35-
YUV41.41132.85123.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=27.34%
G=33.59%
B=39.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3543500.300.1400.8020817.6516.67
Hex232B321EE050d01211
Octal435362361601203202221
Binary10001110101111001011110111001010000110100001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232B32; }

 p { color: rgb(35,43,50); }

 H1.HeaderClassName
 {
   color: #232B32;
 }
 .AnyTagClassName
 {
   color: #232B32;
 }
</style>
background-color css

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

 a { background-color: rgb(35,43,50); }

 div.DivClassName
 {
   background-color: #232B32;
 }
 .BgClassName
 {
   background-color: #232B32;
 }
</style>
border-color css

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

 span { border-color: rgb(35,43,50); }

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