Html Css Color HEX #334855 Atomic

📋 copy color: '#334855'

red 51 ◦ green 72 ◦ blue 85

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

Shades of Atomic #334855

Tints of Atomic #334855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 24.52%
G = 34.62%
B = 40.87%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#334855 (or 0x334855) is known color: Atomic. HEX triplet: 33, 48 and 55. RGB value is (51,72,85). Sum of RGB (Red+Green+Blue) = 51+72+85=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #334855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334855 is #CCB7AA. Grayscale: #434343. Windows color (decimal): -13416363 or 5589043. OLE color: 5589043.

HSL color Cylindrical-coordinate representation of color #334855: hue angle of 202.94º 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 #334855 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 72 85 -
CMYK 0.40 0.15 0 0.67
HSL 202.94º 0.25% 0.27% -
HSV(B) 202.94º 0.4% 0.33% -
XYZ 5.32 5.99 9.47 -
YUV 67.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 51 72 85 0.40 0.15 0 0.67 202.94 0.25 0.27
Hex 33 48 55 28 F 0 43 CB 19 1B
Octal 63 110 125 50 17 0 103 313 31 33
Binary 110011 1001000 1010101 101000 1111 0 1000011 11001011 11001 11011

Color Harmonies of #334855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334855

Black with #334855

Text Example


Text Example

White with #334855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334855; }

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

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

background-color css

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

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

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

border-color css

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

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

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