Html Css Color HEX #334B54 Atomic

📋 copy color: '#334B54'

red 51 ◦ green 75 ◦ blue 84

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

Shades of Atomic #334B54

Tints of Atomic #334B54

RGB

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

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

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

R = 24.29%
G = 35.71%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334B54 (or 0x334B54) is known color: Atomic. HEX triplet: 33, 4B and 54. RGB value is (51,75,84). Sum of RGB (Red+Green+Blue) = 51+75+84=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #334B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B54 is #CCB4AB. Grayscale: #444444. Windows color (decimal): -13415596 or 5524275. OLE color: 5524275.

HSL color Cylindrical-coordinate representation of color #334B54: hue angle of 196.36º 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 #334B54 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 75 84 -
CMYK 0.39 0.11 0 0.67
HSL 196.36º 0.24% 0.26% -
HSV(B) 196.36º 0.39% 0.33% -
XYZ 5.48 6.38 9.33 -
YUV 68.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 51 75 84 0.39 0.11 0 0.67 196.36 0.24 0.26
Hex 33 4B 54 27 B 0 43 C4 18 1A
Octal 63 113 124 47 13 0 103 304 30 32
Binary 110011 1001011 1010100 100111 1011 0 1000011 11000100 11000 11010

Color Harmonies of #334B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B54

Black with #334B54

Text Example


Text Example

White with #334B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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