Html Css Color HEX #39505B Atomic

📋 copy color: '#39505B'

red 57 ◦ green 80 ◦ blue 91

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

Shades of Atomic #39505B

Tints of Atomic #39505B

RGB

 RED value IS 57 (22.66% from 255) = 25%

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 25%
G = 35.09%
B = 39.91%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39505B (or 0x39505B) is known color: Atomic. HEX triplet: 39, 50 and 5B. RGB value is (57,80,91). Sum of RGB (Red+Green+Blue) = 57+80+91=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #39505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39505B is #C6AFA4. Grayscale: #4A4A4A. Windows color (decimal): -13021093 or 5984313. OLE color: 5984313.

HSL color Cylindrical-coordinate representation of color #39505B: hue angle of 199.41º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39505B is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 80 91 -
CMYK 0.37 0.12 0 0.64
HSL 199.41º 0.23% 0.29% -
HSV(B) 199.41º 0.37% 0.36% -
XYZ 6.44 7.36 10.98 -
YUV 74.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 57 80 91 0.37 0.12 0 0.64 199.41 0.23 0.29
Hex 39 50 5B 25 C 0 40 C7 17 1D
Octal 71 120 133 45 14 0 100 307 27 35
Binary 111001 1010000 1011011 100101 1100 0 1000000 11000111 10111 11101

Color Harmonies of #39505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39505B

Black with #39505B

Text Example


Text Example

White with #39505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39505B; }

 p { color: rgb(57,80,91); }

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

background-color css

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

 a { background-color: rgb(57,80,91); }

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

border-color css

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

 span { border-color: rgb(57,80,91); }

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