Html Css Color HEX #384C56 Atomic

📋 copy color: '#384C56'

red 56 ◦ green 76 ◦ blue 86

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

Shades of Atomic #384C56

Tints of Atomic #384C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.45%

R = 25.69%
G = 34.86%
B = 39.45%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384C56 (or 0x384C56) is known color: Atomic. HEX triplet: 38, 4C and 56. RGB value is (56,76,86). Sum of RGB (Red+Green+Blue) = 56+76+86=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #384C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C56 is #C7B3A9. Grayscale: #474747. Windows color (decimal): -13087658 or 5655608. OLE color: 5655608.

HSL color Cylindrical-coordinate representation of color #384C56: hue angle of 200º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384C56 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 76 86 -
CMYK 0.35 0.12 0 0.66
HSL 200º 0.21% 0.28% -
HSV(B) 200º 0.35% 0.34% -
XYZ 5.9 6.68 9.78 -
YUV 71.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 56 76 86 0.35 0.12 0 0.66 200 0.21 0.28
Hex 38 4C 56 23 C 0 42 C8 15 1C
Octal 70 114 126 43 14 0 102 310 25 34
Binary 111000 1001100 1010110 100011 1100 0 1000010 11001000 10101 11100

Color Harmonies of #384C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C56

Black with #384C56

Text Example


Text Example

White with #384C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C56; }

 p { color: rgb(56,76,86); }

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

background-color css

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

 a { background-color: rgb(56,76,86); }

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

border-color css

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

 span { border-color: rgb(56,76,86); }

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