Html Css Color HEX #2B3D40 Outer Space

📋 copy color: '#2B3D40'

red 43 ◦ green 61 ◦ blue 64

#2B3D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #2B3D40

Tints of Outer Space #2B3D40

RGB

 RED value IS 43 (17.19% from 255) = 25.6%

 GREEN value IS 61 (24.22% from 255) = 36.31%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 25.6%
G = 36.31%
B = 38.1%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2B3D40 (or 0x2B3D40) is known color: Outer Space. HEX triplet: 2B, 3D and 40. RGB value is (43,61,64). Sum of RGB (Red+Green+Blue) = 43+61+64=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D40 is #D4C2BF. Grayscale: #373737. Windows color (decimal): -13943488 or 4209963. OLE color: 4209963.

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

Color convert

RGB 43 61 64 -
CMYK 0.33 0.05 0 0.75
HSL 188.57º 0.2% 0.21% -
HSV(B) 188.57º 0.33% 0.25% -
XYZ 3.59 4.22 5.48 -
YUV 55.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 43 61 64 0.33 0.05 0 0.75 188.57 0.2 0.21
Hex 2B 3D 40 21 5 0 4B BD 14 15
Octal 53 75 100 41 5 0 113 275 24 25
Binary 101011 111101 1000000 100001 101 0 1001011 10111101 10100 10101

Color Harmonies of #2B3D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3D40

Black with #2B3D40

Text Example


Text Example

White with #2B3D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B3D40;
 }
 .AnyTagClassName
 {
   color: #2B3D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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