Html Css Color HEX #334A54 Atomic

📋 copy color: '#334A54'

red 51 ◦ green 74 ◦ blue 84

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

Shades of Atomic #334A54

Tints of Atomic #334A54

RGB

 RED value IS 51 (20.31% from 255) = 24.4%

 GREEN value IS 74 (29.3% from 255) = 35.41%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 24.4%
G = 35.41%
B = 40.19%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334A54 (or 0x334A54) is known color: Atomic. HEX triplet: 33, 4A and 54. RGB value is (51,74,84). Sum of RGB (Red+Green+Blue) = 51+74+84=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #334A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A54 is #CCB5AB. Grayscale: #444444. Windows color (decimal): -13415852 or 5524019. OLE color: 5524019.

HSL color Cylindrical-coordinate representation of color #334A54: hue angle of 198.18º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334A54 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 74 84 -
CMYK 0.39 0.12 0 0.67
HSL 198.18º 0.24% 0.26% -
HSV(B) 198.18º 0.39% 0.33% -
XYZ 5.41 6.24 9.31 -
YUV 68.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 51 74 84 0.39 0.12 0 0.67 198.18 0.24 0.26
Hex 33 4A 54 27 C 0 43 C6 18 1A
Octal 63 112 124 47 14 0 103 306 30 32
Binary 110011 1001010 1010100 100111 1100 0 1000011 11000110 11000 11010

Color Harmonies of #334A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A54

Black with #334A54

Text Example


Text Example

White with #334A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A54; }

 p { color: rgb(51,74,84); }

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

background-color css

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

 a { background-color: rgb(51,74,84); }

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

border-color css

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

 span { border-color: rgb(51,74,84); }

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