#2B4041

Color #2B4041 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #2B4041

Tints of Outer Space #2B4041

Color information

#2B4041 (or 0x2B4041) is unknown color: approx Outer Space. HEX triplet: 2B, 40 and 41. RGB value is (43,64,65). Sum of RGB (Red+Green+Blue) = 43+64+65=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4041 is #D4BFBE. Grayscale: #393939. Windows color (decimal): -13942719 or 4276267. OLE color: 4276267.

HSL color Cylindrical-coordinate representation of color #2B4041: hue angle of 182.73º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B4041 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB436465-
CMYK0.340.0200.75
HSL182.73º20.37%21.18%-
HSV(B)182.73º33.85%25.49%-
XYZ3.784.565.68-
YUV57.83132.04117.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=25%
G=37.21%
B=37.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364650.340.0200.75182.7320.3721.18
Hex2B404122204Bb71415
Octal5310010142201132672425
Binary101011100000010000011000101001001011101101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,65); }

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

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

 a { background-color: rgb(43,64,65); }

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

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

 span { border-color: rgb(43,64,65); }

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