#252C32

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

Shades of Blue Charcoal #252C32

Tints of Blue Charcoal #252C32

Color information

#252C32 (or 0x252C32) is unknown color: approx Blue Charcoal. HEX triplet: 25, 2C and 32. RGB value is (37,44,50). Sum of RGB (Red+Green+Blue) = 37+44+50=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #252C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C32 is #DAD3CD. Grayscale: #2A2A2A. Windows color (decimal): -14341070 or 3288101. OLE color: 3288101.

HSL color Cylindrical-coordinate representation of color #252C32: hue angle of 207.69º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #252C32 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB374450-
CMYK0.260.1200.80
HSL207.69º14.94%17.06%-
HSV(B)207.69º26%19.61%-
XYZ2.242.423.37-
YUV42.59132.18124.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=28.24%
G=33.59%
B=38.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3744500.260.1200.80207.6914.9417.06
Hex252C321AC050d0f11
Octal455462321401203201721
Binary1001011011001100101101011000101000011010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252C32; }

 p { color: rgb(37,44,50); }

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

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

 a { background-color: rgb(37,44,50); }

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

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

 span { border-color: rgb(37,44,50); }

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