Html Css Color HEX #344B51 Atomic

📋 copy color: '#344B51'

red 52 ◦ green 75 ◦ blue 81

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

Shades of Atomic #344B51

Tints of Atomic #344B51

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.06%

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 25%
G = 36.06%
B = 38.94%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#344B51 (or 0x344B51) is known color: Atomic. HEX triplet: 34, 4B and 51. RGB value is (52,75,81). Sum of RGB (Red+Green+Blue) = 52+75+81=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #344B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B51 is #CBB4AE. Grayscale: #444444. Windows color (decimal): -13350063 or 5327668. OLE color: 5327668.

HSL color Cylindrical-coordinate representation of color #344B51: hue angle of 192.41º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344B51 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 75 81 -
CMYK 0.36 0.07 0 0.68
HSL 192.41º 0.22% 0.26% -
HSV(B) 192.41º 0.36% 0.32% -
XYZ 5.42 6.36 8.73 -
YUV 68.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 52 75 81 0.36 0.07 0 0.68 192.41 0.22 0.26
Hex 34 4B 51 24 7 0 44 C0 16 1A
Octal 64 113 121 44 7 0 104 300 26 32
Binary 110100 1001011 1010001 100100 111 0 1000100 11000000 10110 11010

Color Harmonies of #344B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B51

Black with #344B51

Text Example


Text Example

White with #344B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B51; }

 p { color: rgb(52,75,81); }

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

background-color css

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

 a { background-color: rgb(52,75,81); }

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

border-color css

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

 span { border-color: rgb(52,75,81); }

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