Html Css Color HEX #3B4C55 Atomic

📋 copy color: '#3B4C55'

red 59 ◦ green 76 ◦ blue 85

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

Shades of Atomic #3B4C55

Tints of Atomic #3B4C55

RGB

 RED value IS 59 (23.44% from 255) = 26.82%

 GREEN value IS 76 (30.08% from 255) = 34.55%

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

R = 26.82%
G = 34.55%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B4C55 (or 0x3B4C55) is known color: Atomic. HEX triplet: 3B, 4C and 55. RGB value is (59,76,85). Sum of RGB (Red+Green+Blue) = 59+76+85=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B4C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4C55 is #C4B3AA. Grayscale: #474747. Windows color (decimal): -12891051 or 5590075. OLE color: 5590075.

HSL color Cylindrical-coordinate representation of color #3B4C55: hue angle of 200.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B4C55 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 76 85 -
CMYK 0.31 0.11 0 0.67
HSL 200.77º 0.18% 0.28% -
HSV(B) 200.77º 0.31% 0.33% -
XYZ 6.03 6.75 9.58 -
YUV 71.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 59 76 85 0.31 0.11 0 0.67 200.77 0.18 0.28
Hex 3B 4C 55 1F B 0 43 C9 12 1C
Octal 73 114 125 37 13 0 103 311 22 34
Binary 111011 1001100 1010101 11111 1011 0 1000011 11001001 10010 11100

Color Harmonies of #3B4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C55

Black with #3B4C55

Text Example


Text Example

White with #3B4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4C55; }

 p { color: rgb(59,76,85); }

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

background-color css

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

 a { background-color: rgb(59,76,85); }

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

border-color css

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

 span { border-color: rgb(59,76,85); }

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