#252F36

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

Shades of Blue Charcoal #252F36

Tints of Blue Charcoal #252F36

Color information

#252F36 (or 0x252F36) is unknown color: approx Blue Charcoal. HEX triplet: 25, 2F and 36. RGB value is (37,47,54). Sum of RGB (Red+Green+Blue) = 37+47+54=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #252F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F36 is #DAD0C9. Grayscale: #2C2C2C. Windows color (decimal): -14340298 or 3551013. OLE color: 3551013.

HSL color Cylindrical-coordinate representation of color #252F36: hue angle of 204.71º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #252F36 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374754-
CMYK0.310.1300.79
HSL204.71º18.68%17.84%-
HSV(B)204.71º31.48%21.18%-
XYZ2.452.693.88-
YUV44.81133.19122.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=26.81%
G=34.06%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3747540.310.1300.79204.7118.6817.84
Hex252F361FD04Fcd1312
Octal455766371501173152322
Binary10010110111111011011111110101001111110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,54); }

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

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

 a { background-color: rgb(37,47,54); }

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

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

 span { border-color: rgb(37,47,54); }

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