#232A30

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

Shades of Blue Charcoal #232A30

Tints of Blue Charcoal #232A30

Color information

#232A30 (or 0x232A30) is unknown color: approx Blue Charcoal. HEX triplet: 23, 2A and 30. RGB value is (35,42,48). Sum of RGB (Red+Green+Blue) = 35+42+48=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #232A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A30 is #DCD5CF. Grayscale: #282828. Windows color (decimal): -14472656 or 3156515. OLE color: 3156515.

HSL color Cylindrical-coordinate representation of color #232A30: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #232A30 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354248-
CMYK0.270.1300.81
HSL207.69º15.66%16.27%-
HSV(B)207.69º27.08%18.82%-
XYZ2.052.233.12-
YUV40.59132.18124.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=28%
G=33.6%
B=38.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3542480.270.1300.81207.6915.6616.27
Hex232A301BD051d01010
Octal435260331501213202020
Binary10001110101011000011011110101010001110100001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,42,48); }

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

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

 a { background-color: rgb(35,42,48); }

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

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

 span { border-color: rgb(35,42,48); }

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