Html Css Color HEX #334A55 Atomic

📋 copy color: '#334A55'

red 51 ◦ green 74 ◦ blue 85

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

Shades of Atomic #334A55

Tints of Atomic #334A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 24.29%
G = 35.24%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334A55 (or 0x334A55) is known color: Atomic. HEX triplet: 33, 4A and 55. RGB value is (51,74,85). Sum of RGB (Red+Green+Blue) = 51+74+85=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #334A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A55 is #CCB5AA. Grayscale: #444444. Windows color (decimal): -13415851 or 5589555. OLE color: 5589555.

HSL color Cylindrical-coordinate representation of color #334A55: hue angle of 199.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #334A55 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 74 85 -
CMYK 0.40 0.13 0 0.67
HSL 199.41º 0.25% 0.27% -
HSV(B) 199.41º 0.4% 0.33% -
XYZ 5.45 6.26 9.51 -
YUV 68.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 51 74 85 0.40 0.13 0 0.67 199.41 0.25 0.27
Hex 33 4A 55 28 D 0 43 C7 19 1B
Octal 63 112 125 50 15 0 103 307 31 33
Binary 110011 1001010 1010101 101000 1101 0 1000011 11000111 11001 11011

Color Harmonies of #334A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A55

Black with #334A55

Text Example


Text Example

White with #334A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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