Html Css Color HEX #344B53 Atomic

📋 copy color: '#344B53'

red 52 ◦ green 75 ◦ blue 83

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

Shades of Atomic #344B53

Tints of Atomic #344B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 24.76%
G = 35.71%
B = 39.52%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#344B53 (or 0x344B53) is known color: Atomic. HEX triplet: 34, 4B and 53. RGB value is (52,75,83). Sum of RGB (Red+Green+Blue) = 52+75+83=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #344B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B53 is #CBB4AC. Grayscale: #444444. Windows color (decimal): -13350061 or 5458740. OLE color: 5458740.

HSL color Cylindrical-coordinate representation of color #344B53: hue angle of 195.48º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344B53 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 75 83 -
CMYK 0.37 0.10 0 0.67
HSL 195.48º 0.23% 0.26% -
HSV(B) 195.48º 0.37% 0.33% -
XYZ 5.49 6.39 9.13 -
YUV 69.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 52 75 83 0.37 0.10 0 0.67 195.48 0.23 0.26
Hex 34 4B 53 25 A 0 43 C3 17 1A
Octal 64 113 123 45 12 0 103 303 27 32
Binary 110100 1001011 1010011 100101 1010 0 1000011 11000011 10111 11010

Color Harmonies of #344B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B53

Black with #344B53

Text Example


Text Example

White with #344B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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