#3D434B

Color #3D434B Steel Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Grey #3D434B

Tints of Steel Grey #3D434B

Color information

#3D434B (or 0x3D434B) is unknown color: approx Steel Grey. HEX triplet: 3D, 43 and 4B. RGB value is (61,67,75). Sum of RGB (Red+Green+Blue) = 61+67+75=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D434B is #C2BCB4. Grayscale: #424242. Windows color (decimal): -12762293 or 4932413. OLE color: 4932413.

HSL color Cylindrical-coordinate representation of color #3D434B: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D434B is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB616775-
CMYK0.190.1100.71
HSL214.29º10.29%26.67%-
HSV(B)214.29º18.67%29.41%-
XYZ5.25.517.45-
YUV66.12133.01124.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=30.05%
G=33.00%
B=36.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6167750.190.1100.71214.2910.2926.67
Hex3D434B13B047d6a1b
Octal75103113231301073261233
Binary111101100001110010111001110110100011111010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D434B; }

 p { color: rgb(61,67,75); }

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

<style>
 a { background-color: #3D434B; }

 a { background-color: rgb(61,67,75); }

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

<style>
 span { border-color: #3D434B; }

 span { border-color: rgb(61,67,75); }

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