Html Css Color HEX #384750 Atomic

📋 copy color: '#384750'

red 56 ◦ green 71 ◦ blue 80

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

Shades of Atomic #384750

Tints of Atomic #384750

RGB

 RED value IS 56 (22.27% from 255) = 27.05%

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 80 (31.64% from 255) = 38.65%

R = 27.05%
G = 34.3%
B = 38.65%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384750 (or 0x384750) is known color: Atomic. HEX triplet: 38, 47 and 50. RGB value is (56,71,80). Sum of RGB (Red+Green+Blue) = 56+71+80=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #384750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384750 is #C7B8AF. Grayscale: #434343. Windows color (decimal): -13088944 or 5261112. OLE color: 5261112.

HSL color Cylindrical-coordinate representation of color #384750: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384750 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 71 80 -
CMYK 0.30 0.11 0 0.69
HSL 202.5º 0.18% 0.27% -
HSV(B) 202.5º 0.3% 0.31% -
XYZ 5.33 5.93 8.45 -
YUV 67.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 56 71 80 0.30 0.11 0 0.69 202.5 0.18 0.27
Hex 38 47 50 1E B 0 45 CA 12 1B
Octal 70 107 120 36 13 0 105 312 22 33
Binary 111000 1000111 1010000 11110 1011 0 1000101 11001010 10010 11011

Color Harmonies of #384750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384750

Black with #384750

Text Example


Text Example

White with #384750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384750; }

 p { color: rgb(56,71,80); }

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

background-color css

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

 a { background-color: rgb(56,71,80); }

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

border-color css

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

 span { border-color: rgb(56,71,80); }

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