Html Css Color HEX #344243 Outer Space

📋 copy color: '#344243'

red 52 ◦ green 66 ◦ blue 67

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

Shades of Outer Space #344243

Tints of Outer Space #344243

RGB

 RED value IS 52 (20.7% from 255) = 28.11%

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 28.11%
G = 35.68%
B = 36.22%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#344243 (or 0x344243) is known color: Outer Space. HEX triplet: 34, 42 and 43. RGB value is (52,66,67). Sum of RGB (Red+Green+Blue) = 52+66+67=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 67 - color contains mainly: blue. Hex color #344243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344243 is #CBBDBC. Grayscale: #3D3D3D. Windows color (decimal): -13352381 or 4407860. OLE color: 4407860.

HSL color Cylindrical-coordinate representation of color #344243: hue angle of 184º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #344243 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 67 -
CMYK 0.22 0.01 0 0.74
HSL 184º 0.13% 0.23% -
HSV(B) 184º 0.22% 0.26% -
XYZ 4.38 5.03 6.05 -
YUV 61.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 52 66 67 0.22 0.01 0 0.74 184 0.13 0.23
Hex 34 42 43 16 1 0 4A B8 D 17
Octal 64 102 103 26 1 0 112 270 15 27
Binary 110100 1000010 1000011 10110 1 0 1001010 10111000 1101 10111

Color Harmonies of #344243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344243

Black with #344243

Text Example


Text Example

White with #344243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344243; }

 p { color: rgb(52,66,67); }

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

background-color css

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

 a { background-color: rgb(52,66,67); }

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

border-color css

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

 span { border-color: rgb(52,66,67); }

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