Html Css Color HEX #334B51 Atomic

📋 copy color: '#334B51'

red 51 ◦ green 75 ◦ blue 81

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

Shades of Atomic #334B51

Tints of Atomic #334B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 24.64%
G = 36.23%
B = 39.13%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334B51 (or 0x334B51) is known color: Atomic. HEX triplet: 33, 4B and 51. RGB value is (51,75,81). Sum of RGB (Red+Green+Blue) = 51+75+81=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #334B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B51 is #CCB4AE. Grayscale: #444444. Windows color (decimal): -13415599 or 5327667. OLE color: 5327667.

HSL color Cylindrical-coordinate representation of color #334B51: hue angle of 192º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334B51 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 75 81 -
CMYK 0.37 0.07 0 0.68
HSL 192º 0.23% 0.26% -
HSV(B) 192º 0.37% 0.32% -
XYZ 5.37 6.33 8.72 -
YUV 68.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 51 75 81 0.37 0.07 0 0.68 192 0.23 0.26
Hex 33 4B 51 25 7 0 44 C0 17 1A
Octal 63 113 121 45 7 0 104 300 27 32
Binary 110011 1001011 1010001 100101 111 0 1000100 11000000 10111 11010

Color Harmonies of #334B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B51

Black with #334B51

Text Example


Text Example

White with #334B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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