#2D424A

Color #2D424A Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #2D424A

Tints of Big Stone #2D424A

Color information

#2D424A (or 0x2D424A) is unknown color: approx Big Stone. HEX triplet: 2D, 42 and 4A. RGB value is (45,66,74). Sum of RGB (Red+Green+Blue) = 45+66+74=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D424A is #D2BDB5. Grayscale: #3C3C3C. Windows color (decimal): -13811126 or 4866605. OLE color: 4866605.

HSL color Cylindrical-coordinate representation of color #2D424A: hue angle of 196.55º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D424A is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB456674-
CMYK0.390.1100.71
HSL196.55º24.37%23.33%-
HSV(B)196.55º39.19%29.02%-
XYZ4.274.957.21-
YUV60.63135.54116.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.32%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 74 (29.30% from 255) = 40%
R=24.32%
G=35.68%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4566740.390.1100.71196.5524.3723.33
Hex2D424A27B047c51817
Octal55102112471301073053027
Binary10110110000101001010100111101101000111110001011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D424A; }

 p { color: rgb(45,66,74); }

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

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

 a { background-color: rgb(45,66,74); }

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

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

 span { border-color: rgb(45,66,74); }

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