#2B4247

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

Shades of Big Stone #2B4247

Tints of Big Stone #2B4247

Color information

#2B4247 (or 0x2B4247) is unknown color: approx Big Stone. HEX triplet: 2B, 42 and 47. RGB value is (43,66,71). Sum of RGB (Red+Green+Blue) = 43+66+71=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B4247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4247 is #D4BDB8. Grayscale: #3B3B3B. Windows color (decimal): -13942201 or 4669995. OLE color: 4669995.

HSL color Cylindrical-coordinate representation of color #2B4247: hue angle of 190.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4247 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB436671-
CMYK0.390.0700.72
HSL190.71º24.56%22.35%-
HSV(B)190.71º39.44%27.84%-
XYZ4.084.866.69-
YUV59.69134.38116.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=23.89%
G=36.67%
B=39.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4366710.390.0700.72190.7124.5622.35
Hex2B4247277048bf1916
Octal5310210747701102773126
Binary1010111000010100011110011111101001000101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,71); }

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

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

 a { background-color: rgb(43,66,71); }

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

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

 span { border-color: rgb(43,66,71); }

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