Html Css Color HEX #384853 Atomic

📋 copy color: '#384853'

red 56 ◦ green 72 ◦ blue 83

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

Shades of Atomic #384853

Tints of Atomic #384853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 26.54%
G = 34.12%
B = 39.34%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384853 (or 0x384853) is known color: Atomic. HEX triplet: 38, 48 and 53. RGB value is (56,72,83). Sum of RGB (Red+Green+Blue) = 56+72+83=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #384853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384853 is #C7B7AC. Grayscale: #444444. Windows color (decimal): -13088685 or 5457976. OLE color: 5457976.

HSL color Cylindrical-coordinate representation of color #384853: hue angle of 204.44º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384853 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 72 83 -
CMYK 0.33 0.13 0 0.67
HSL 204.44º 0.19% 0.27% -
HSV(B) 204.44º 0.33% 0.33% -
XYZ 5.51 6.1 9.07 -
YUV 68.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 56 72 83 0.33 0.13 0 0.67 204.44 0.19 0.27
Hex 38 48 53 21 D 0 43 CC 13 1B
Octal 70 110 123 41 15 0 103 314 23 33
Binary 111000 1001000 1010011 100001 1101 0 1000011 11001100 10011 11011

Color Harmonies of #384853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384853

Black with #384853

Text Example


Text Example

White with #384853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384853; }

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

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

background-color css

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

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

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

border-color css

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

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

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