Html Css Color HEX #2A3D42 Outer Space

📋 copy color: '#2A3D42'

red 42 ◦ green 61 ◦ blue 66

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

Shades of Outer Space #2A3D42

Tints of Outer Space #2A3D42

RGB

 RED value IS 42 (16.8% from 255) = 24.85%

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 24.85%
G = 36.09%
B = 39.05%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2A3D42 (or 0x2A3D42) is known color: Outer Space. HEX triplet: 2A, 3D and 42. RGB value is (42,61,66). Sum of RGB (Red+Green+Blue) = 42+61+66=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #2A3D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3D42 is #D5C2BD. Grayscale: #373737. Windows color (decimal): -14009022 or 4341034. OLE color: 4341034.

HSL color Cylindrical-coordinate representation of color #2A3D42: hue angle of 192.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A3D42 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 61 66 -
CMYK 0.36 0.08 0 0.74
HSL 192.5º 0.22% 0.21% -
HSV(B) 192.5º 0.36% 0.26% -
XYZ 3.61 4.22 5.78 -
YUV 55.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 42 61 66 0.36 0.08 0 0.74 192.5 0.22 0.21
Hex 2A 3D 42 24 8 0 4A C0 16 15
Octal 52 75 102 44 10 0 112 300 26 25
Binary 101010 111101 1000010 100100 1000 0 1001010 11000000 10110 10101

Color Harmonies of #2A3D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3D42

Black with #2A3D42

Text Example


Text Example

White with #2A3D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,61,66); }

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

background-color css

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

 a { background-color: rgb(42,61,66); }

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

border-color css

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

 span { border-color: rgb(42,61,66); }

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