Html Css Color HEX #384851 Atomic

📋 copy color: '#384851'

red 56 ◦ green 72 ◦ blue 81

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

Shades of Atomic #384851

Tints of Atomic #384851

RGB

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

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

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

R = 26.79%
G = 34.45%
B = 38.76%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#384851 (or 0x384851) is known color: Atomic. HEX triplet: 38, 48 and 51. RGB value is (56,72,81). Sum of RGB (Red+Green+Blue) = 56+72+81=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #384851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384851 is #C7B7AE. Grayscale: #444444. Windows color (decimal): -13088687 or 5326904. OLE color: 5326904.

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

Color convert

RGB 56 72 81 -
CMYK 0.31 0.11 0 0.68
HSL 201.6º 0.18% 0.27% -
HSV(B) 201.6º 0.31% 0.32% -
XYZ 5.43 6.07 8.67 -
YUV 68.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 56 72 81 0.31 0.11 0 0.68 201.6 0.18 0.27
Hex 38 48 51 1F B 0 44 CA 12 1B
Octal 70 110 121 37 13 0 104 312 22 33
Binary 111000 1001000 1010001 11111 1011 0 1000100 11001010 10010 11011

Color Harmonies of #384851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384851

Black with #384851

Text Example


Text Example

White with #384851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384851; }

 p { color: rgb(56,72,81); }

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

background-color css

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

 a { background-color: rgb(56,72,81); }

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

border-color css

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

 span { border-color: rgb(56,72,81); }

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